From 7e067c4c78e057d1b034e40d7edee4efe3a4ee28 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 28 Jun 2017 12:14:49 -0700 Subject: [PATCH] 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 --- doc/go1.9.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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

TODO: finish documenting misc tool changes

-- 2.50.0