Skip to content

Commit a934530

Browse files
doc: update GCC release info in gccgo_install
Fixes #22077 Change-Id: I8d1b18e78719514fa2a410e85c9d3934c47cd2fe Reviewed-on: https://go-review.googlesource.com/66930 Reviewed-by: Joe Tsai <[email protected]>
1 parent 0bbc3dd commit a934530

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

doc/gccgo_install.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,17 @@ <h2 id="Releases">Releases</h2>
5959
</p>
6060

6161
<p>
62-
The GCC 7 releases are expected to include a complete implementation
63-
of the Go 1.8 user libraries. As with earlier releases, the Go 1.8
64-
runtime is not fully merged, but that should not be visible to Go
65-
programs.
62+
The GCC 7 releases include a complete implementation of the Go 1.8.1
63+
user libraries. As with earlier releases, the Go 1.8 runtime is not
64+
fully merged, but that should not be visible to Go programs.
65+
</p>
66+
67+
<p>
68+
The GCC 8 releases are expected to include a complete implementation
69+
of the Go 1.10 release, depending on release timing. The Go 1.10
70+
runtime has now been fully merged into the GCC development sources,
71+
and concurrent garbage collection is expected to be fully supported in
72+
GCC 8.
6673
</p>
6774

6875
<h2 id="Source_code">Source code</h2>

0 commit comments

Comments
 (0)