]> Cypherpunks repositories - gostls13.git/commit
gc: fieldnames in structliterals in exported inlines should not be qualified if they...
authorLuuk van Dijk <lvd@golang.org>
Wed, 18 Jan 2012 16:51:28 +0000 (17:51 +0100)
committerLuuk van Dijk <lvd@golang.org>
Wed, 18 Jan 2012 16:51:28 +0000 (17:51 +0100)
commit6ff01f01f4e477a931d10c133f33bfe7e0c4ef15
tree5c2944d19666d9d49e221ff90dc4356362caa066
parent1f1c9baf78330d2a6293a583fbaa44872bf8d2e9
gc: fieldnames in structliterals in exported inlines should not be qualified if they're embedded builtin types.

Trust me.
Fixes #2687.

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