]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix inlining of unnamed structs with embedded fields.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 5 Aug 2013 20:09:53 +0000 (22:09 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Mon, 5 Aug 2013 20:09:53 +0000 (22:09 +0200)
commit49da9a8e44fecbf9b3287472b6554419840b03b5
treec5331d4957e8f15b6b452d027f4ee2e4004cf912
parent8a0779f9b91e3392d90dab9217be7fdbee08f523
cmd/gc: fix inlining of unnamed structs with embedded fields.

Update #5910.

R=golang-dev, daniel.morsing, rsc
CC=golang-dev
https://golang.org/cl/11373044
src/cmd/gc/go.y
src/cmd/gc/y.tab.c
src/cmd/gc/y.tab.h
test/fixedbugs/issue5910.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue5910.dir/main.go [new file with mode: 0644]
test/fixedbugs/issue5910.go [new file with mode: 0644]