]> Cypherpunks repositories - gostls13.git/commitdiff
remove gccgo restriction with respect to blank identifiers
authorRobert Griesemer <gri@golang.org>
Tue, 3 Nov 2009 23:10:52 +0000 (15:10 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 3 Nov 2009 23:10:52 +0000 (15:10 -0800)
R=iant
CC=go-dev
http://go/go-review/1016032

doc/go_spec.html

index aa988354d563c28cd78a1358630ac45eefce793d..c1b817ee9b3ed068bc23cb18562d5cefa7979ad1 100644 (file)
@@ -4582,6 +4582,5 @@ The following minimal alignment properties are guaranteed:
 <h2 id="Implementation_differences"><span class="alert">Implementation differences - TODO</span></h2>
 <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">Gccgo does not implement the blank identifier.</span></li>
        <li><span class="alert">Method expressions are not implemented.</span></li>
 </ul>