]> Cypherpunks repositories - gostls13.git/commitdiff
go spec: remove notes about gccgo limitations, now fixed
authorIan Lance Taylor <iant@golang.org>
Thu, 29 Sep 2011 21:50:55 +0000 (14:50 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 29 Sep 2011 21:50:55 +0000 (14:50 -0700)
R=gri
CC=golang-dev
https://golang.org/cl/5164041

doc/go_spec.html

index f46e2f87f0e3778cf541b3a1ad1cd139e992a7a1..1ead370ea0ada017eb4ad55a6d75e684315af5c3 100644 (file)
@@ -5265,7 +5265,5 @@ The following minimal alignment properties are guaranteed:
 <h2 id="Implementation_differences">Implementation differences - TODO</h2>
 <ul>
        <li><code>len(a)</code> is only a constant if <code>a</code> is a (qualified) identifier denoting an array or pointer to an array.</li>
-       <li>In gccgo, <code>nil</code> maps are not treated like empty maps.</li>
-       <li>In gccgo, trying to send/receive from a <code>nil</code> channel causes a run-time panic.</li>
 </ul>
 </span>