aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShenghou Ma <minux.ma@gmail.com>2013-06-11 23:34:53 +0800
committerShenghou Ma <minux.ma@gmail.com>2013-06-11 23:34:53 +0800
commitb87a963f876d258af844d6a293ea0c3ed80b3407 (patch)
tree6dd0d7e332c375e0df009fde7ea5b1f59d113da8
parent3e88a825df1f8a9afaf8a7e2ce79f0dc200d51ab (diff)
downloadgo-b87a963f876d258af844d6a293ea0c3ed80b3407.tar.gz
go-b87a963f876d258af844d6a293ea0c3ed80b3407.zip
[release-branch.go1.1] doc: GCC 4.8.1 is not updated to Go 1.1
««« CL 9663045 / 6c64135360c2 doc: GCC 4.8.1 is not updated to Go 1.1 I will try again for 4.8.2. R=golang-dev, minux.ma CC=golang-dev https://golang.org/cl/9663045 »»» R=golang-dev, iant CC=golang-dev https://golang.org/cl/9914045
-rw-r--r--doc/go1.1.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.1.html b/doc/go1.1.html
index 6256ae2010..f13858927c 100644
--- a/doc/go1.1.html
+++ b/doc/go1.1.html
@@ -159,7 +159,7 @@ The GCC release schedule does not coincide with the Go release schedule, so some
<code>gccgo</code>'s releases.
The 4.8.0 version of GCC shipped in March, 2013 and includes a nearly-Go 1.1 version of <code>gccgo</code>.
Its library is a little behind the release, but the biggest difference is that method values are not implemented.
-Sometime around May 2013, we expect 4.8.1 of GCC to ship with a <code>gccgo</code>
+Sometime around July 2013, we expect 4.8.2 of GCC to ship with a <code>gccgo</code>
providing a complete Go 1.1 implementaiton.
</p>