1
0
mirror of https://github.com/golang/go synced 2024-09-24 03:00:12 -06:00

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>
This commit is contained in:
Ian Lance Taylor 2016-11-29 14:20:58 -08:00
parent 62e51c536b
commit c77e80df6c

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