[PATCH 2/6] gcc 11: libgccjit is no longer 'alpha'

David Malcolm dmalcolm@redhat.com
Fri Jan 22 20:50:21 GMT 2021


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

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 05b182bc..3c18ef18 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -331,6 +331,12 @@ a work-in-progress.</p>
 <!-- .................................................................. -->
 <h2 id="jit">libgccjit</h2>
 <ul>
+  <li>libgccjit was marked as merely "Alpha" quality when
+    <a href="../gcc-5/changes.html#jit">originally added in GCC 5</a>.
+    Given that we have maintained
+    <a href="https://gcc.gnu.org/onlinedocs/jit/topics/compatibility.html">API and ABI compatibility</a>
+    since then and it is in use by various projects, we have removed that
+    caveat.</li>
   <li>libgccjit can now be built for MinGW</li>
   <li>
     The libgccjit API gained 10 new entry points:
-- 
2.26.2



More information about the Gcc-patches mailing list