]> Cypherpunks repositories - gostls13.git/commit
gc: fix &^=
authorRuss Cox <rsc@golang.org>
Thu, 6 Jan 2011 16:21:18 +0000 (11:21 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 6 Jan 2011 16:21:18 +0000 (11:21 -0500)
commit2281ca169cb9f07755d905dec03d2fc7a168094b
treee93c701c44c9c9d4908d9e76e2a1c015652d6b1b
parenta46102d2094126c7e33cfd9b90e739e7ad1ab9b7
gc: fix &^=

Fixes #1394.

R=ken2
CC=golang-dev
https://golang.org/cl/3879041
src/cmd/gc/walk.c
test/fixedbugs/bug317.go [new file with mode: 0644]