Commit 65b31e14 authored by Ian Lance Taylor's avatar Ian Lance Taylor

doc: add note about cgo pointer passing rules to go1.6.txt

Change-Id: I988d1b230ce516bf2997ec0932a854323b2bab7c
Reviewed-on: https://go-review.googlesource.com/17395Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 76483877
...@@ -7,6 +7,7 @@ cmd/go: add -msan option (https://golang.org/cl/16169) ...@@ -7,6 +7,7 @@ cmd/go: add -msan option (https://golang.org/cl/16169)
cmd/compile: add -msan option (https://golang.org/cl/16160) cmd/compile: add -msan option (https://golang.org/cl/16160)
cmd/link: add -msan option (https://golang.org/cl/16161) cmd/link: add -msan option (https://golang.org/cl/16161)
cmd/cgo: fix C.complexfloat and C.complexdouble and treat as separate types from complex64 and complex128 (https://golang.org/cl/17208) cmd/cgo: fix C.complexfloat and C.complexdouble and treat as separate types from complex64 and complex128 (https://golang.org/cl/17208)
cmd/cgo: new pointer passing rules defined and enforced (https://golang.org/issue/12416)
Ports: Ports:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment