]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: fix missing export data for inlining in a few other cases.
authorRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 28 Jun 2013 21:29:13 +0000 (23:29 +0200)
committerRémy Oudompheng <oudomphe@phare.normalesup.org>
Fri, 28 Jun 2013 21:29:13 +0000 (23:29 +0200)
commitc1fc8d529654e5a98f82e5d835d1c9f659957a1b
treefe2d3e43fc2474ac4ad33b804e921e468b4c53b3
parent7a0dc1c9ecfa899d6b739caf0a2f55989f0f6ec4
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
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]