]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test/backdoor: add gccgo version of backdoor function
authorIan Lance Taylor <iant@golang.org>
Sun, 27 Apr 2014 05:31:32 +0000 (22:31 -0700)
committerIan Lance Taylor <iant@golang.org>
Sun, 27 Apr 2014 05:31:32 +0000 (22:31 -0700)
commit9fc6c0598bc57099a792ffdd5c4e7bfc913f875d
tree8fc9523da42a1ec62c1d6176649d21537cda89dd
parent8cb916f71d7d397905b9d8a5a0ea5c22871ac867
misc/cgo/test/backdoor: add gccgo version of backdoor function

For the gc compiler the Go function Issue7695 is defined in
runtime.c, but there is no way to do that for gccgo, because
there is no way to get the correct pkgpath.  The test is not
important for gccgo in any case.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/93870044
misc/cgo/test/backdoor/backdoor_gccgo.go [new file with mode: 0644]