aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2016-03-10 14:33:33 -0800
committerAndrew Gerrand <adg@golang.org>2016-04-14 05:24:36 +0000
commit4e3a486f033599080003823296a98879eb0049c7 (patch)
tree0f486a8af9ea12980ad2f127344b8647543b398d
parenta8f1b80efd3de86fc6b9b5d14212ae96c84d7c77 (diff)
downloadgo-4e3a486f033599080003823296a98879eb0049c7.tar.gz
go-4e3a486f033599080003823296a98879eb0049c7.zip
doc: GCC 6 will have the Go 1.6 user libraries
Fixes #14759. Change-Id: I6cef0b49ba00ab85b25ce1e7bad80ad85e2d5076 Reviewed-on: https://go-review.googlesource.com/20545 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Michael Hudson-Doyle <michael.hudson@canonical.com> Reviewed-on: https://go-review.googlesource.com/22048 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--doc/go1.6.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/go1.6.html b/doc/go1.6.html
index 17c3536aeb..8dea862ca4 100644
--- a/doc/go1.6.html
+++ b/doc/go1.6.html
@@ -168,9 +168,7 @@ Go 1.7 will remove support for the old syntax.
<p>
The release schedules for the GCC and Go projects do not coincide.
GCC release 5 contains the Go 1.4 version of gccgo.
-The next release, GCC 6, will have the Go 1.5 version of gccgo.
-Due to release scheduling, it is likely that
-Go 1.6 will not be in a GCC release until GCC 7.
+The next release, GCC 6, will have the Go 1.6 version of gccgo.
</p>
<h3 id="go_command">Go command</h3>