]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: qualified embedded fields with owner package.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Wed, 2 Oct 2013 16:27:33 +0000 (12:27 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 2 Oct 2013 16:27:33 +0000 (12:27 -0400)
commit8d6bc666fb86a45f2f426009b05fc07d3fb1cefc
treeee33a407729b573d1e3d13475b22dbe5aa8c6299
parent4d7c63558c2f4b79169eaa6f6b3ce017f5d43b1e
cmd/gc: qualified embedded fields with owner package.

R=rsc
CC=golang-dev
https://golang.org/cl/14188044
src/cmd/gc/dcl.c
src/cmd/gc/fmt.c
src/cmd/gc/go.h
src/cmd/gc/go.y
src/cmd/gc/y.tab.c
src/cmd/gc/y.tab.h
src/cmd/gc/yerr.h
test/fixedbugs/issue6513.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue6513.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue6513.dir/main.go [new file with mode: 0644]
test/fixedbugs/issue6513.go [new file with mode: 0644]