]> Cypherpunks repositories - gostls13.git/commit
gc: select receive with implicit conversion
authorRuss Cox <rsc@golang.org>
Wed, 20 Oct 2010 20:38:25 +0000 (16:38 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 20 Oct 2010 20:38:25 +0000 (16:38 -0400)
commit0db8d3df4c87fe2a06d53cea04d52c0aab2df14a
tree89deb036c8a6da6a70ba2250922286c6c1db9c66
parent6096fc83cd117b0690c3b3017778757e4389982f
gc: select receive with implicit conversion

Fixes #1172.

R=ken2
CC=golang-dev
https://golang.org/cl/2615041
src/cmd/gc/select.c
src/cmd/gc/subr.c
test/fixedbugs/bug312.go [new file with mode: 0644]