]> Cypherpunks repositories - gostls13.git/commit
gc: fix m[x], _ = y.(T)
authorRuss Cox <rsc@golang.org>
Tue, 31 May 2011 19:52:04 +0000 (15:52 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 31 May 2011 19:52:04 +0000 (15:52 -0400)
commit15dcdf751cfd9f075c3071b3ca1d5303334f2694
tree86c3b0618e771f895d1543532f0dccfa67b61487
parent5b62ba14c460a23d31c8c2645a41c196ceee8220
gc: fix m[x], _ = y.(T)

Fixes #1900.

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