From: Ian Lance Taylor
Date: Wed, 28 Jun 2017 19:14:49 +0000 (-0700)
Subject: doc: mention gccgo status in 1.9 release notes
X-Git-Tag: go1.9rc1~140
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7e067c4c78e057d1b034e40d7edee4efe3a4ee28;p=gostls13.git
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
---
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
http.ProxyFromEnvironment
.
+Gccgo
+
+
+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.
+
+
TODO: finish documenting misc tool changes