Skip to content

Commit

Permalink
doc: add note about gccgo go go1.8.html
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ianlancetaylor committed Nov 29, 2016
1 parent 62e51c5 commit c77e80d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/go1.8.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,13 @@ <h3 id="cmd_cgo">Cgo</h3>

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

Expand Down

0 comments on commit c77e80d

Please sign in to comment.