aboutsummaryrefslogtreecommitdiff
path: root/content/gccgo-in-gcc-471.article
diff options
context:
space:
mode:
Diffstat (limited to 'content/gccgo-in-gcc-471.article')
-rw-r--r--content/gccgo-in-gcc-471.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gccgo-in-gcc-471.article b/content/gccgo-in-gcc-471.article
index a11a21a..1e2e4f2 100644
--- a/content/gccgo-in-gcc-471.article
+++ b/content/gccgo-in-gcc-471.article
@@ -1,7 +1,7 @@
# Gccgo in GCC 4.7.1
11 Jul 2012
Tags: release
-Summary: The Go language has always been defined by a [spec](https://golang.org/ref/spec), not an implementation. The Go team has written two different compilers that implement that spec: gc and gccgo. Having two different implementations helps ensure that the spec is complete and correct: when the compilers disagree, we fix the spec, and change one or both compilers accordingly. Gc is the original compiler, and the go tool uses it by default. Gccgo is a different implementation with a different focus, and in this post we’ll take a closer look at it.
+Summary: GCC 4.7.1 adds support for Go 1.
Ian Lance Taylor