]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: revert CL 49490 "fix for function taking pointer typedef"
authorIan Lance Taylor <iant@golang.org>
Tue, 6 Feb 2018 23:11:59 +0000 (15:11 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 7 Feb 2018 01:20:30 +0000 (01:20 +0000)
commitc07095cd287e2e0a5d7deadabb1c371be4a542f7
tree384b9dcf2045f9dc2cbefeddf48f6c4226b7fb14
parent23e8e197b0cd40312d96dd7576a44796f65dfb50
cmd/cgo: revert CL 49490 "fix for function taking pointer typedef"

CL 49490 fixed a warning when compiling the C code generated by cgo,
but it introduced typedef conflicts in Go code that cgo is supposed to
avoid.

Original CL description:

    cmd/cgo: fix for function taking pointer typedef

    Fixes #19832

Updates #19832
Fixes #23720

Change-Id: I22a732db31be0b4f7248c105277ab8ee44ef6cfb
Reviewed-on: https://go-review.googlesource.com/92455
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
misc/cgo/test/issue19832.go [deleted file]
src/cmd/cgo/gcc.go