aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/standards.texi
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2013-04-05 04:12:41 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-04-05 04:12:41 +0000
commit526c230f1ec8c68897fd429dce098171b51e745d (patch)
tree510bf129833157e6e8babc321a9aee24a7a37a8a /gcc/doc/standards.texi
parent60422945d166a458b7d4034076e920a083de912e (diff)
downloadgcc-526c230f1ec8c68897fd429dce098171b51e745d.zip
gcc-526c230f1ec8c68897fd429dce098171b51e745d.tar.gz
gcc-526c230f1ec8c68897fd429dce098171b51e745d.tar.bz2
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
Diffstat (limited to 'gcc/doc/standards.texi')
-rw-r--r--gcc/doc/standards.texi9
1 files changed, 2 insertions, 7 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index be464e9..e8be08f 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