]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.1] cmd/gc: repair make(T) in export data for inlining.
authorAndrew Gerrand <adg@golang.org>
Wed, 5 Jun 2013 00:27:38 +0000 (10:27 +1000)
committerAndrew Gerrand <adg@golang.org>
Wed, 5 Jun 2013 00:27:38 +0000 (10:27 +1000)
commitb9b37d1292d9a3e21a3fe0f86ad54c3c1a9cb770
tree2ea7ae85ea26aea38ec041980e3d05991e9aca98
parent03290b55e9270f3ecd56a8050692a0e8841e8944
[release-branch.go1.1] cmd/gc: repair make(T) in export data for inlining.

««« CL 9303050 / 9a73efa2cd4e
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
»»»

R=bradfitz, iant, remyoudompheng
CC=golang-dev
https://golang.org/cl/10029043
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]