diff options
| author | Ian Lance Taylor <iant@golang.org> | 2021-05-27 10:00:26 -0700 |
|---|---|---|
| committer | Ian Lance Taylor <iant@golang.org> | 2021-05-27 22:24:58 +0000 |
| commit | 333eda0e45547abdd0106814f070315bdeeaee58 (patch) | |
| tree | 586a4f1c8097a0f34b365008a2d8432025e5bf0e | |
| parent | 580daa9e8f28d441ddd81cd4db7dc91cf37510fb (diff) | |
| download | go-x-website-333eda0e45547abdd0106814f070315bdeeaee58.tar.xz | |
_content/doc/install/gccgo: update for GCC 10 and 11
Fixes golang/go#46420
Change-Id: Ic307699187864b398089d5973c0831a65560cf1e
Reviewed-on: https://go-review.googlesource.com/c/website/+/323130
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
| -rw-r--r-- | _content/doc/install/gccgo.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_content/doc/install/gccgo.html b/_content/doc/install/gccgo.html index 998c460d..82d019b0 100644 --- a/_content/doc/install/gccgo.html +++ b/_content/doc/install/gccgo.html @@ -75,6 +75,16 @@ The GCC 9 releases include a complete implementation of the Go 1.12.2 release. </p> +<p> +The GCC 10 releases include a complete implementation of the Go 1.14.6 +release. +</p> + +<p> +The GCC 11 releases include a complete implementation of the Go 1.16.3 +release. +</p> + <h2 id="Source_code">Source code</h2> <p> |
