I've gone ahead and pushed this website change, having checked it
validates.

Dave

---
 htdocs/gcc-11/changes.html | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 798257aa..21d59f51 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -240,7 +240,19 @@ a work-in-progress.</p>
 <!-- <h3 id="go">Go</h3> -->
 
 <!-- .................................................................. -->
-<!-- <h2 id="jit">libgccjit</h2> -->
+<h2 id="jit">libgccjit</h2>
+<ul>
+  <li>libgccjit can now be built for MinGW</li>
+  <li>
+    The libgccjit API gained 10 new entry points:
+    <ul>
+      <li>
+       <a 
href="https://gcc.gnu.org/onlinedocs/jit/topics/expressions.html#c.gcc_jit_global_set_initializer";>gcc_jit_global_set_initializer</a>
+      </li>
+      <li>9 entrypoints for <a 
href="https://gcc.gnu.org/onlinedocs/jit/topics/asm.html";>directly embedding 
asm statements into a compile</a>, analogous to inline <code>asm</code> in the 
C frontend</li>
+    </ul>
+  </li>
+</ul>
 
 <!-- .................................................................. -->
 <h2 id="targets">New Targets and Target Specific Improvements</h2>
-- 
2.26.2

Reply via email to