Commit 807eb29f authored by Ian Lance Taylor's avatar Ian Lance Taylor

go spec: remove notes about gccgo limitations, now fixed

R=gri
CC=golang-dev
https://golang.org/cl/5164041
parent 8a4ef5d1
...@@ -5265,7 +5265,5 @@ The following minimal alignment properties are guaranteed: ...@@ -5265,7 +5265,5 @@ The following minimal alignment properties are guaranteed:
<h2 id="Implementation_differences">Implementation differences - TODO</h2> <h2 id="Implementation_differences">Implementation differences - TODO</h2>
<ul> <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><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> </ul>
</span> </span>
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