]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.1] cmd/gc: fix missing export data for inlining in a few other...
authorAndrew Gerrand <adg@golang.org>
Mon, 22 Jul 2013 08:34:36 +0000 (18:34 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 22 Jul 2013 08:34:36 +0000 (18:34 +1000)
commite33810b29189e2a470e7003b0a519b624eedb651
treef94311dee022dab9b08bbc3df9df90ae390ba0c2
parent6baa8dba68f7611b62c4e4c3813518c0584b3fab
[release-branch.go1.1] cmd/gc: fix missing export data for inlining in a few other cases.

««« CL 10464043 / c224c549a3c7
cmd/gc: fix missing export data for inlining in a few other cases.

Exported inlined functions that perform a string conversion
using a non-exported named type may miss it in export data.

Fixes #5755.

R=rsc, golang-dev, ality, r
CC=golang-dev
https://golang.org/cl/10464043
»»»

Update #5928

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/11629044
src/cmd/gc/export.c
test/fixedbugs/issue5755.dir/a.go [new file with mode: 0644]
test/fixedbugs/issue5755.dir/main.go [new file with mode: 0644]
test/fixedbugs/issue5755.go [new file with mode: 0644]