summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-04-09 09:45:39 +1000
committerRob Pike <r@golang.org>2014-04-09 09:45:39 +1000
commita6021911eababa3c1fdf5bf1e59112736eaa5323 (patch)
tree71cb8005b68db0367905a8ab5dd68ce2f67c4220
parent22900042f1e25fecf407c7e3c476b761596510bf (diff)
downloadgo-a6021911eababa3c1fdf5bf1e59112736eaa5323.tar.gz
doc/go1.3.html: gccgo status
LGTM=iant R=iant CC=golang-codereviews https://codereview.appspot.com/85720043
-rw-r--r--doc/go1.3.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/go1.3.html b/doc/go1.3.html
index 3e058c1e4..2c37eb63c 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -106,7 +106,10 @@ effect on programs.
<h3 id="gccgo">Status of gccgo</h3>
<p>
-TODO
+GCC release 4.9 will contain the Go 1.2 (not 1.3) version of gccgo.
+The release schedules for the GCC and Go projects do not coincide,
+which means that 1.3 will be available in the development branch but
+that the next GCC release, 4.10, will likely have the Go 1.4 version of gccgo.
</p>
<h3 id="gocmd">Changes to the go command</h3>