]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.1.html: document the state of gccgo
authorRob Pike <r@golang.org>
Wed, 3 Apr 2013 20:29:06 +0000 (13:29 -0700)
committerRob Pike <r@golang.org>
Wed, 3 Apr 2013 20:29:06 +0000 (13:29 -0700)
Fixes #5053.

R=adg, iant
CC=golang-dev
https://golang.org/cl/8337043

doc/go1.1.html

index f797199f66273d42084f39361e503fdf2a9d9fb9..22e3f15f63b4ab341a7b382e244745dcc6685d6a 100644 (file)
@@ -152,6 +152,17 @@ Such code can be identified by <code>go vet</code>.
 
 <h2 id="impl">Changes to the implementations and tools</h2>
 
+<h3 id="gccgo">Status of gccgo</h3>
+
+<p>
+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 May 2013, we expect 4.8.1 of GCC to ship with a <code>gccgo</code>
+providing a complete Go 1.1 implementaiton.
+</p>
+
 <h3 id="gc_flag">Command-line flag parsing</h3>
 
 <p>