]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.2.html: status of gccgo's support for 1.2
authorRob Pike <r@golang.org>
Thu, 12 Sep 2013 00:12:26 +0000 (10:12 +1000)
committerRob Pike <r@golang.org>
Thu, 12 Sep 2013 00:12:26 +0000 (10:12 +1000)
R=iant, minux.ma
CC=golang-dev
https://golang.org/cl/13669043

doc/go1.2.html

index 8d513997ee3a5d8ade53a9e777a9ee245a98105f..fc3947598fe37a51545e005300d979a37e7dbcd1 100644 (file)
@@ -184,14 +184,9 @@ TODO
 <h3 id="gccgo">Status of gccgo</h3>
 
 <p>
-<font color=red>
-The GCC release schedule does not coincide with the Go release schedule, so some skew is inevitable in
-<code>gccgo</code>'s releases.
-The 4.8.0 version of GCC shipped in March, 2013 and includes a nearly-Go 1.1 version of <code>gccgo</code>.
-Its library is a little behind the release, but the biggest difference is that method values are not implemented.
-Sometime around July 2013, we expect 4.8.2 of GCC to ship with a <code>gccgo</code>
-providing a complete Go 1.1 implementation.
-</font>
+We expect the future GCC 4.9 release to include gccgo with full
+support for Go 1.2.
+In the current (4.8.2) release of GCC, gccgo implements Go 1.1.2.
 </p>
 
 <h3 id="gc_changes">TODO</h3>