]> Cypherpunks repositories - gostls13.git/commitdiff
doc: add note about gccgo go go1.8.html
authorIan Lance Taylor <iant@golang.org>
Tue, 29 Nov 2016 22:20:58 +0000 (14:20 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 29 Nov 2016 22:21:46 +0000 (22:21 +0000)
TBR=See https://golang.org/cl/33244

Updates #17929

Change-Id: I28559724322007d4259810c209a92ec1cc10f338
Reviewed-on: https://go-review.googlesource.com/33668
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.8.html

index f5851e30e18aae56a53e0ab2befe5fa6d72b69b5..480042630c4f8e7a09dcfa1d6d5f7c9ef9813221 100644 (file)
@@ -277,7 +277,13 @@ checked for Go pointers.
 
 <h3 id="gccgo">Gccgo</h3>
 
-<p>TODO</p>
+<p>
+Due to the alignment of Go's semiannual release schedule with GCC's
+annual release schedule,
+GCC release 6 contains the Go 1.6.1 version of gccgo.
+We expect that the next release, GCC 7, will contain the Go 1.8
+version of gccgo.
+</p>
 
 <h3 id="cmd_go">Go command</h3>