Skip to content

Commit c77e80d

Browse files
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>
1 parent 62e51c5 commit c77e80d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: doc/go1.8.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,13 @@ <h3 id="cmd_cgo">Cgo</h3>
277277

278278
<h3 id="gccgo">Gccgo</h3>
279279

280-
<p>TODO</p>
280+
<p>
281+
Due to the alignment of Go's semiannual release schedule with GCC's
282+
annual release schedule,
283+
GCC release 6 contains the Go 1.6.1 version of gccgo.
284+
We expect that the next release, GCC 7, will contain the Go 1.8
285+
version of gccgo.
286+
</p>
281287

282288
<h3 id="cmd_go">Go command</h3>
283289

0 commit comments

Comments
 (0)