Commit 30637151 authored by Robert Griesemer's avatar Robert Griesemer

remove gccgo restriction with respect to blank identifiers

R=iant
CC=go-dev
http://go/go-review/1016032
parent 96ea081c
......@@ -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>
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