]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: disable Test10303 for gccgo
authorIan Lance Taylor <iant@golang.org>
Tue, 10 Nov 2015 18:39:38 +0000 (10:39 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 11 Nov 2015 01:02:35 +0000 (01:02 +0000)
commitd841860f43ded5b1f3663d2d5fe9034c65ee7b6b
tree364e7dcb073f6304a204b221b4029526f36d49cd
parent9dcc58c3d139ee0475fdaca8119812c014ec5ba1
misc/cgo/test: disable Test10303 for gccgo

When using gccgo it's OK if a pointer passed to C remains on the stack.
Gccgo does not have the clear distinction between C and Go stacks.

Change-Id: I3af9dd6fe078214ab16d9d8dad2d206608d7891d
Reviewed-on: https://go-review.googlesource.com/16774
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
misc/cgo/test/issue10303.go