diff options
author | Robert Griesemer <gri@golang.org> | 2009-11-03 15:10:52 -0800 |
---|---|---|
committer | Robert Griesemer <gri@golang.org> | 2009-11-03 15:10:52 -0800 |
commit | dfb9194e6d865f845812529f53308201bb67d91c (patch) | |
tree | aac3b28621bdc606dc225251053e8071d712db7b /doc/go_spec.html | |
parent | 8b8167aa624684ad163b53b7bd88a9b20f0271f2 (diff) | |
download | golang-dfb9194e6d865f845812529f53308201bb67d91c.tar.gz |
remove gccgo restriction with respect to blank identifiers
R=iant
CC=go-dev
http://go/go-review/1016032
Diffstat (limited to 'doc/go_spec.html')
-rw-r--r-- | doc/go_spec.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/go_spec.html b/doc/go_spec.html index aa988354d..c1b817ee9 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -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> |