From: Ian Lance Taylor Date: Fri, 5 Apr 2013 04:12:41 +0000 (+0000) Subject: standards.texi (Standards): The Go frontend supports the Go 1 language standard. X-Git-Tag: releases/gcc-4.9.0~6659 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=526c230f1ec8c68897fd429dce098171b51e745d;p=thirdparty%2Fgcc.git standards.texi (Standards): The Go frontend supports the Go 1 language standard. * doc/standards.texi (Standards): The Go frontend supports the Go 1 language standard. From-SVN: r197507 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d613f584b0f4..0b152a3ddb09 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2013-04-04 Ian Lance Taylor + + * doc/standards.texi (Standards): The Go frontend supports the Go + 1 language standard. + 2013-04-04 Steven Bosscher PR middle-end/56729 diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index be464e9522ea..e8be08fb9056 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -280,13 +280,8 @@ available online, see @uref{http://gcc.gnu.org/readings.html} @section Go language -The Go language continues to evolve as of this writing; see the -@uref{http://golang.org/@/ref/@/spec, current language -specifications}. At present there are no specific versions of Go, and -there is no way to describe the language supported by GCC in terms of -a specific version. In general GCC tracks the evolving specification -closely, and any given release will support the language as of the -date that the release was frozen. +As of the GCC 4.7.1 release, GCC supports the Go 1 language standard, +described at @uref{http://golang.org/doc/go1.html}. @section References for other languages