]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
standards.texi (Standards): The Go frontend supports the Go 1 language standard.
authorIan Lance Taylor <iant@google.com>
Fri, 5 Apr 2013 04:12:41 +0000 (04:12 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 5 Apr 2013 04:12:41 +0000 (04:12 +0000)
* doc/standards.texi (Standards): The Go frontend supports the Go
1 language standard.

From-SVN: r197507

gcc/ChangeLog
gcc/doc/standards.texi

index d613f584b0f48d76a867e7646e51d13fef8bfe35..0b152a3ddb09170d044291c8de25686f1423f390 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-04  Ian Lance Taylor  <iant@google.com>
+
+       * doc/standards.texi (Standards): The Go frontend supports the Go
+       1 language standard.
+
 2013-04-04  Steven Bosscher  <steven@gcc.gnu.org>
 
        PR middle-end/56729
index be464e9522eab8c91b2f7da3c5b5027ff60ba079..e8be08fb9056988348d3aa3c0abfdc946d4d599f 100644 (file)
@@ -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