diff mbox

doc patch committed: Mention Go 1 language standard

Message ID mcrwqshwqj5.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor April 5, 2013, 4:27 a.m. UTC
This patch updates the gcc docs on programming language standards to
mention the Go 1 standard.  Bootstrapped on x86_64-unknown-linux-gnu.
Committed to mainline and 4.8 branch.

Ian


2013-04-04  Ian Lance Taylor  <iant@google.com>

	* doc/standards.texi (Standards): The Go frontend supports the Go
	1 language standard.
diff mbox

Patch

Index: doc/standards.texi
===================================================================
--- doc/standards.texi	(revision 197506)
+++ doc/standards.texi	(working copy)
@@ -280,13 +280,8 @@  available online, see @uref{http://gcc.g
 
 @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