From c0ac667531afaab0658461ea21b0d39b39aec227 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Thu, 12 Sep 2013 10:12:26 +1000 Subject: [PATCH] doc/go1.2.html: status of gccgo's support for 1.2 R=iant, minux.ma CC=golang-dev https://golang.org/cl/13669043 --- doc/go1.2.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/doc/go1.2.html b/doc/go1.2.html index 8d513997ee..fc3947598f 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -184,14 +184,9 @@ TODO

Status of gccgo

- -The GCC release schedule does not coincide with the Go release schedule, so some skew is inevitable in -gccgo's releases. -The 4.8.0 version of GCC shipped in March, 2013 and includes a nearly-Go 1.1 version of gccgo. -Its library is a little behind the release, but the biggest difference is that method values are not implemented. -Sometime around July 2013, we expect 4.8.2 of GCC to ship with a gccgo -providing a complete Go 1.1 implementation. - +We expect the future GCC 4.9 release to include gccgo with full +support for Go 1.2. +In the current (4.8.2) release of GCC, gccgo implements Go 1.1.2.

TODO

-- 2.48.1