]> Cypherpunks repositories - gostls13.git/commit
gc: do not allow slice of array literal
authorRuss Cox <rsc@golang.org>
Fri, 2 Dec 2011 17:30:56 +0000 (12:30 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 2 Dec 2011 17:30:56 +0000 (12:30 -0500)
commit7d15eda95dd24ef0998631b6ac289fa79f053521
treecea2721e491e242c3e1950b8ec7622cd1609023e
parentda5a251dde539c91c87caab4abe3d346f88e82fc
gc: do not allow slice of array literal

R=ken2
CC=golang-dev
https://golang.org/cl/5440083
src/cmd/gc/typecheck.c
test/complit1.go [new file with mode: 0644]
test/fixedbugs/bug268.go [deleted file]