1
0
mirror of https://github.com/golang/go synced 2024-11-24 19:20:03 -07:00

remove gccgo restriction with respect to blank identifiers

R=iant
CC=go-dev
http://go/go-review/1016032
This commit is contained in:
Robert Griesemer 2009-11-03 15:10:52 -08:00
parent 96ea081c04
commit 30637151c7

View File

@ -4582,6 +4582,5 @@ The following minimal alignment properties are guaranteed:
<h2 id="Implementation_differences"><span class="alert">Implementation differences - TODO</span></h2> <h2 id="Implementation_differences"><span class="alert">Implementation differences - TODO</span></h2>
<ul> <ul>
<li><span class="alert">Implementation does not honor the restriction on goto statements and targets (no intervening declarations).</span></li> <li><span class="alert">Implementation does not honor the restriction on goto statements and targets (no intervening declarations).</span></li>
<li><span class="alert">Gccgo does not implement the blank identifier.</span></li>
<li><span class="alert">Method expressions are not implemented.</span></li> <li><span class="alert">Method expressions are not implemented.</span></li>
</ul> </ul>