]> Cypherpunks repositories - gostls13.git/commit
gc: fix import of struct type in struct literal
authorRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 05:34:01 +0000 (00:34 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 05:34:01 +0000 (00:34 -0500)
commit77aaa3555dd420c79bafa88de60dee31717949c3
treef01a3fc89c59e842b0e4452a95a1a69d919ed151
parent53e139c7a058c0491716e1fca96e33ee850ac15c
gc: fix import of struct type in struct literal

Fixes #2716.

R=ken2
CC=golang-dev
https://golang.org/cl/5652065
src/cmd/gc/go.y
src/cmd/gc/y.tab.c
test/fixedbugs/bug415.dir/main.go [new file with mode: 0644]
test/fixedbugs/bug415.dir/p.go [new file with mode: 0644]
test/fixedbugs/bug415.go [new file with mode: 0644]