]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: unbreak exporting of composite literals.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 4 Mar 2013 15:42:03 +0000 (16:42 +0100)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 4 Mar 2013 15:42:03 +0000 (16:42 +0100)
commitb0bb6f8ceec158c21dd5ea782c10c02d1cf5b2ef
treef63fc467639d70bfb2ba610fe3e0f8b1772c2dc3
parent69c90985b34564c344a8516be9fb3d4832f2b66e
cmd/gc: unbreak exporting of composite literals.

Fixes #4932.

R=golang-dev, dave, rsc
CC=golang-dev
https://golang.org/cl/7437043
src/cmd/gc/fmt.c
src/cmd/gc/go.h
src/cmd/gc/subr.c
src/cmd/gc/typecheck.c
test/fixedbugs/issue4932.dir/foo.go [new file with mode: 0644]
test/fixedbugs/issue4932.dir/state.go [new file with mode: 0644]
test/fixedbugs/issue4932.dir/state2.go [new file with mode: 0644]
test/fixedbugs/issue4932.go [new file with mode: 0644]