go/src/cmd/cgo
Matthew Dempsky 10cb39afc4 cmd/cgo: fix C.complexfloat and C.complexdouble
This also fixes an unintended behavior where C's "complex float" and
"complex double" types were interchangeable with Go's "complex64" and
"complex128" types.

Fixes #13402.

Change-Id: I73f96d9a4772088d495073783c6982e9634430e8
Reviewed-on: https://go-review.googlesource.com/17208
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-11-25 23:06:59 +00:00
..
ast.go cmd/cgo, runtime: add checks for passing pointers from Go to C 2015-11-10 22:22:10 +00:00
doc.go cmd/cgo: fix C.complexfloat and C.complexdouble 2015-11-25 23:06:59 +00:00
gcc.go cmd/cgo: fix C.complexfloat and C.complexdouble 2015-11-25 23:06:59 +00:00
godefs.go cmd/cgo: don't print absolute path in comment 2015-10-19 15:28:32 +00:00
main.go cmd/cgo: added support for GOARCH=mips64{,le} 2015-11-12 04:45:54 +00:00
out.go cmd/cgo: put the real C function in the dynamic symbol table 2015-11-20 00:19:07 +00:00
util.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00