]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix export type conversion loss in inlined func body
authorRuss Cox <rsc@golang.org>
Mon, 14 Dec 2015 19:07:21 +0000 (14:07 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 16 Dec 2015 20:30:04 +0000 (20:30 +0000)
commit91c8e5f80be36f20e3b63715f52babc015258640
tree0c76e287842f875814e6d4ebaf79869cf4596d91
parenta40281112cb38ada79bfe32bb150982abf57d0a9
cmd/compile: fix export type conversion loss in inlined func body

Fixes #12677.

Change-Id: I72012f55615fcf5f4a16c054706c9bcd82e49ccd
Reviewed-on: https://go-review.googlesource.com/17817
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/fmt.go
test/fixedbugs/issue12677.dir/p.go [new file with mode: 0644]
test/fixedbugs/issue12677.dir/q.go [new file with mode: 0644]
test/fixedbugs/issue12677.go [new file with mode: 0644]