From: Rob Pike Date: Wed, 3 Apr 2013 20:29:06 +0000 (-0700) Subject: doc/go1.1.html: document the state of gccgo X-Git-Tag: go1.1rc2~197 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a9e1c8fb413f24836a433f3e816984157b79e102;p=gostls13.git doc/go1.1.html: document the state of gccgo Fixes #5053. R=adg, iant CC=golang-dev https://golang.org/cl/8337043 --- diff --git a/doc/go1.1.html b/doc/go1.1.html index f797199f66..22e3f15f63 100644 --- a/doc/go1.1.html +++ b/doc/go1.1.html @@ -152,6 +152,17 @@ Such code can be identified by go vet.

Changes to the implementations and tools

+

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 May 2013, we expect 4.8.1 of GCC to ship with a gccgo +providing a complete Go 1.1 implementaiton. +

+

Command-line flag parsing