]> Cypherpunks repositories - gostls13.git/commit
gc: fix chan <- chan precedence.
authorRuss Cox <rsc@golang.org>
Tue, 26 Jan 2010 18:40:28 +0000 (10:40 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 26 Jan 2010 18:40:28 +0000 (10:40 -0800)
commit7abb4b3a96e240950df0bbbb30df8224be0baac6
tree6bcd94f21dbe50e1645428bcc3121a1ced7c4168
parent46871692c2ec86880fc6052451876cb84b9aa57c
gc: fix chan <- chan precedence.
also allow func() func().

R=ken2
CC=golang-dev
https://golang.org/cl/194078
src/cmd/gc/go.y
src/cmd/gc/print.c
src/cmd/gc/subr.c
src/pkg/reflect/all_test.go
test/bugs/bug249.go [deleted file]
test/fixedbugs/bug249.go [new file with mode: 0644]
test/golden.out
test/import2.go [new file with mode: 0644]
test/import3.go [new file with mode: 0644]