]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: also rewrite C.var in selector expressions
authorShenghou Ma <minux@golang.org>
Mon, 12 Jan 2015 05:12:59 +0000 (00:12 -0500)
committerMinux Ma <minux@golang.org>
Mon, 12 Jan 2015 21:48:57 +0000 (21:48 +0000)
commit16993f24855ad89c3198dea87b84a9c329ffdcac
treeeacbda0b83fdac9560f8bdcbdb7d9387eb80986f
parenta6cb053026e468ddb06a03455df0cdfbe615ad18
cmd/cgo: also rewrite C.var in selector expressions

While we're here, rename TestIssue7234 to Test7234 for consistency
with other tests.

Fixes #9557.

Change-Id: I22b0a212b31e7b4f199f6a70deb73374beb80f84
Reviewed-on: https://go-review.googlesource.com/2654
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/test/cgo_test.go
misc/cgo/test/issue7234_test.go
misc/cgo/test/issue9557.go [new file with mode: 0644]
src/cmd/cgo/gcc.go