]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: ignore vars with no name or type if they have a AttrSpecification
authorIan Lance Taylor <iant@golang.org>
Fri, 20 Nov 2015 21:53:18 +0000 (13:53 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 23 Nov 2015 04:04:07 +0000 (04:04 +0000)
commit041787280976d0bad15c646fc7c7bbfef76d7ee5
tree516c0295882ec6725c86287d802f3e604bd04889
parent5951823853916b8c6c0170286bc5f2b4793033c5
cmd/cgo: ignore vars with no name or type if they have a AttrSpecification

Fixes #13344.

Change-Id: I33c6721fd33d144c85c87840ddf27ce15aa72328
Reviewed-on: https://go-review.googlesource.com/17151
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/issue1635.go
src/cmd/cgo/gcc.go