From: Ian Lance Taylor Date: Thu, 3 Dec 2015 21:20:49 +0000 (-0800) Subject: doc: add note about cgo pointer passing rules to go1.6.txt X-Git-Tag: go1.6beta1~212 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=65b31e14f572957d78689cc36d4532544355ecf1;p=gostls13.git doc: add note about cgo pointer passing rules to go1.6.txt Change-Id: I988d1b230ce516bf2997ec0932a854323b2bab7c Reviewed-on: https://go-review.googlesource.com/17395 Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.6.txt b/doc/go1.6.txt index 9b8706f79d..a3b2c17f8f 100644 --- a/doc/go1.6.txt +++ b/doc/go1.6.txt @@ -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: