]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add note about cgo pointer passing rules to go1.6.txt
authorIan Lance Taylor <iant@golang.org>
Thu, 3 Dec 2015 21:20:49 +0000 (13:20 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 3 Dec 2015 21:21:38 +0000 (21:21 +0000)
Change-Id: I988d1b230ce516bf2997ec0932a854323b2bab7c
Reviewed-on: https://go-review.googlesource.com/17395
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.6.txt

index 9b8706f79df24aa0da207115df85de9decf888e5..a3b2c17f8fafa300184eed112802e806d1bad623 100644 (file)
@@ -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/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: new pointer passing rules defined and enforced (https://golang.org/issue/12416)
 
 Ports: