]> Cypherpunks repositories - gostls13.git/commit
gc: Preserve original blank name for .anon substitution on out params.
authorLuuk van Dijk <lvd@golang.org>
Wed, 9 Nov 2011 10:27:27 +0000 (11:27 +0100)
committerLuuk van Dijk <lvd@golang.org>
Wed, 9 Nov 2011 10:27:27 +0000 (11:27 +0100)
commitd5a5855ba19fad0e3b237c5c77c5575af1690d92
tree598b29ca0397c8f9c1d071208cf12f681e72cd24
parent151b2f15094168946993448f7f4a5e2a8441bd76
gc: Preserve original blank name for .anon substitution on out params.

Fixes #1802.

R=rsc
CC=golang-dev
https://golang.org/cl/5364043
src/cmd/gc/dcl.c
src/cmd/gc/fmt.c
test/fixedbugs/bug377.dir/one.go [new file with mode: 0644]
test/fixedbugs/bug377.dir/two.go [new file with mode: 0644]
test/fixedbugs/bug377.go [new file with mode: 0644]