]> Cypherpunks repositories - gostls13.git/commitdiff
doc: gccgo now supports method expressions and multiple init functions.
authorIan Lance Taylor <iant@golang.org>
Mon, 28 Mar 2011 21:48:35 +0000 (14:48 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 28 Mar 2011 21:48:35 +0000 (14:48 -0700)
R=gri
CC=golang-dev
https://golang.org/cl/4314047

doc/go_spec.html

index 4437d33157f71b464bd722f4d90f722cae69f19a..3371483d5d0b5a357a83f66f462c555c3c7f0c72 100644 (file)
@@ -1,5 +1,5 @@
 <!-- title The Go Programming Language Specification -->
-<!-- subtitle Version of March 15, 2011 -->
+<!-- subtitle Version of March 28, 2011 -->
 
 <!--
 TODO
@@ -5147,6 +5147,4 @@ 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: Method expressions are partially implemented.</span></li>
-       <li><span class="alert">Gccgo: allows only one init() function per source file.</span></li>
 </ul>