]> Cypherpunks repositories - gostls13.git/commit
gc: handle _ = <-c in select.
authorRuss Cox <rsc@golang.org>
Thu, 3 Dec 2009 09:30:19 +0000 (01:30 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 3 Dec 2009 09:30:19 +0000 (01:30 -0800)
commitc6e316a4b954cd2d6912cbfb0f5e00f0625862bd
treea245c9727d4c27c595765cef19bb40bf6c26aa41
parent05a1eb1ab0650b465b23f01ca0ea5944735fa63b
gc: handle _ = <-c in select.

Fixes #238.

R=ken2
https://golang.org/cl/163098
src/cmd/gc/select.c
test/fixedbugs/bug218.go [moved from test/bugs/bug218.go with 100% similarity]
test/fixedbugs/bug225.go [new file with mode: 0644]
test/golden.out