aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2016-11-29 14:20:58 -0800
committerIan Lance Taylor <iant@golang.org>2016-11-29 22:21:46 +0000
commitc77e80df6c759a9a8e3a09f86f1ec5d6e560bb0e (patch)
treee57ac81b5c5650d5fa6f4cb6f2f4fd57b3cdf821
parent62e51c536b1ad117a8c8a3819bd8bb984e481f24 (diff)
downloadgo-c77e80df6c759a9a8e3a09f86f1ec5d6e560bb0e.tar.gz
go-c77e80df6c759a9a8e3a09f86f1ec5d6e560bb0e.zip
doc: add note about gccgo go go1.8.html
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>
-rw-r--r--doc/go1.8.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/go1.8.html b/doc/go1.8.html
index f5851e30e1..480042630c 100644
--- a/doc/go1.8.html
+++ b/doc/go1.8.html
@@ -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>