]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: repair make(T) in export data for inlining.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 16 May 2013 07:01:43 +0000 (09:01 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Thu, 16 May 2013 07:01:43 +0000 (09:01 +0200)
commit78f5b616fc308b969578cba5964fc8ae8c695c70
tree32d1d6cfae6e2f2f9cfd567ae34352583c9be621
parent0af302f50745b93e90a4507993a555d246acef45
cmd/gc: repair make(T) in export data for inlining.

When T was an unexported type it could be forgotten.

Fixes #5470.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9303050
src/cmd/gc/export.c
test/fixedbugs/issue5470.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue5470.dir/b.go [new file with mode: 0644]
test/fixedbugs/issue5470.go [new file with mode: 0644]