summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2017-06-28 12:14:49 -0700
committerIan Lance Taylor <iant@golang.org>2017-06-28 19:27:32 +0000
commit7e067c4c78e057d1b034e40d7edee4efe3a4ee28 (patch)
tree5f88b94355308b3d727c8ea1daed111e4369211e /doc
parent2d1bd1fe9d2c08ecc2ba710fe80e226e80db966f (diff)
downloadgo-git-7e067c4c78e057d1b034e40d7edee4efe3a4ee28.tar.gz
doc: mention gccgo status in 1.9 release notes
Updates #20587 Change-Id: If35868345d9697d4afa2e9c19b85e01d94c87908 Reviewed-on: https://go-review.googlesource.com/47034 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.9.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/go1.9.html b/doc/go1.9.html
index 262d468e3f..ee3c872afa 100644
--- a/doc/go1.9.html
+++ b/doc/go1.9.html
@@ -190,6 +190,16 @@ type T1 = T2
<a href="/pkg/net/http/#ProxyFromEnvironment"><code>http.ProxyFromEnvironment</code></a>.
</p>
+<h3 id="gccgo">Gccgo</h3>
+
+<p>
+Due to the alignment of Go's semiannual release schedule with GCC's
+annual release schedule,
+GCC release 7 contains the Go 1.8.3 version of gccgo.
+We expect that the next release, GCC 8, will contain the Go 1.10
+version of gccgo.
+</p>
+
<h3 id="tools-TODO">TODO</h3>
<p>TODO: finish documenting misc tool changes</p>