diff mbox series

Add notes for Go to gcc 12 and 13 changes file

Message ID CAOyqgcXY24C2b_eOZ0qZ56zWZKM5fTd9Au1cdde-A+z+Fv47Mw@mail.gmail.com
State New
Headers show
Series Add notes for Go to gcc 12 and 13 changes file | expand

Commit Message

Ian Lance Taylor March 20, 2023, 7:37 p.m. UTC
I committed this patch to the gcc-wwwdocs repo to add some notes about
Go to the gcc 12 and 13 changes file.

Ian

pat
e24f9ef56c11c69fc07bddf9a708ea2fc662f2b3
diff mbox series

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index c47d3285..d565c217 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -618,7 +618,14 @@  function Multiply (S1, S2 : Sign) return Sign is
   </li>
 </ul>
 
-<!-- <h3 id="go">Go</h3> -->
+<h3 id="go">Go</h3>
+
+<ul>
+  <li>GCC 12 provides a complete implementation of the Go 1.18 user
+    packages.</li>
+  <li>Although Go 1.18 includes support for generic programming, that
+    support is not yet available in GCC.</li>
+</ul>
 
 <!-- .................................................................. -->
 <h2 id="jit">libgccjit</h2>
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index a4b71ffa..4fae1f7a 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -380,7 +380,14 @@  a work-in-progress.</p>
   </li>
 </ul>
 
-<!-- <h3 id="go">Go</h3> -->
+<h3 id="go">Go</h3>
+
+<ul>
+  <li>GCC 13, like GCC 12, provides a complete implementation of the
+    Go 1.18 user packages.</li>
+  <li>Although Go 1.18 includes support for generic programming, that
+    support is not yet available in GCC.</li>
+</ul>
 
 <h3 id="modula2">Modula-2</h3>
 <ul>