]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: fix a problem with 'go build -compiler gccgo'
authorRuss Cox <rsc@golang.org>
Mon, 29 Jun 2015 03:04:05 +0000 (23:04 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 29 Jun 2015 15:15:59 +0000 (15:15 +0000)
commit4e61c516f4230df225172eb1bc409e2f0dd6edeb
treeae804966b40e319a38f9c821ff207ebfec3add32
parent840965f8d7ccad5ac1782e208865e8120f5c080a
cmd/cgo: fix a problem with 'go build -compiler gccgo'

Port of https://golang.org/cl/154360045 to Git.
Original author is Xia Bin <snyh@snyh.org> (already a contributor).

Fixes #8945.

Change-Id: I28bcaf3348794202ca59fbc3466bd7b9670030e4
Reviewed-on: https://go-review.googlesource.com/11658
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/test/issue8945.go [new file with mode: 0644]
src/cmd/cgo/out.go