1
0
mirror of https://github.com/golang/go synced 2024-11-23 03:30:02 -07:00

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>
This commit is contained in:
Ian Lance Taylor 2017-06-28 12:14:49 -07:00
parent 2d1bd1fe9d
commit 7e067c4c78

View File

@ -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>