diff mbox series

web site patch committed: Mention that GCC 9 supports Go 1.12.2

Message ID CAOyqgcX_sc9=5sWFaF7Y56ag+dRXLtTOekxc05nBSpM-uEoHiw@mail.gmail.com
State New
Headers show
Series web site patch committed: Mention that GCC 9 supports Go 1.12.2 | expand

Commit Message

Ian Lance Taylor Sept. 11, 2019, 1:28 p.m. UTC
Add a Go entry for GCC 9, for PR 91700.

Ian
diff mbox series

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-9/changes.html,v
retrieving revision 1.76
diff -u -r1.76 changes.html
--- changes.html	1 Sep 2019 00:28:46 -0000	1.76
+++ changes.html	11 Sep 2019 13:27:22 -0000
@@ -778,7 +778,11 @@ 
   </li>
 </ul>
 
-<!-- <h3 id="go">Go</h3> -->
+<h3 id="go">Go</h3>
+<ul>
+  <li>GCC 9 provides a complete implementation of the Go 1.12.2
+    user packages.</li>
+</ul>
 
 <!-- .................................................................. -->
 <h2 id="jit">libgccjit</h2>