]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: allow inlined struct == to mention unsafe.Pointer even in safe mode
authorRuss Cox <rsc@golang.org>
Mon, 9 Sep 2013 17:11:41 +0000 (13:11 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 9 Sep 2013 17:11:41 +0000 (13:11 -0400)
commit0218dfe7eb4afded4614a51d03bfedfec995378d
tree5b7c0f9c4fd34888f8785cba57b591b65682de05
parent5b04d670912aaaa87fdc9a8547a7e71094150661
cmd/gc: allow inlined struct == to mention unsafe.Pointer even in safe mode

Fixes #5578.

R=ken2
CC=golang-dev
https://golang.org/cl/13417044
src/cmd/gc/walk.c