This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via 20949dbc36ef7ef365891c66b4f40b281411faf4 (commit)
from dffc70b345fd1398de02f08cfae0aedc9478b7b5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 20949dbc36ef7ef365891c66b4f40b281411faf4
Author: Claudio Bantaloukas <[email protected]>
Date: Wed May 13 09:18:58 2026 +0000
arm: document arm GCC 16 changes
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html
index 64c99f39..c268b788 100644
--- a/htdocs/gcc-16/changes.html
+++ b/htdocs/gcc-16/changes.html
@@ -724,7 +724,18 @@ struct Affected : E
<!-- <h3 id="arc">ARC</h3> -->
-<!-- <h3 id="arm">arm</h3> -->
+<h3 id="arm">arm</h3>
+<ul>
+ <li>C23's <code>_BitInt</code> feature is now supported.</li>
+ <!-- commit e256eb478ad1b8c2c767aa35e03903bf4cd7c842
+ arm: Add support for _BitInt(N) -->
+ <li>libatomic is now automatically linked as needed.</li>
+ <!-- commit e63cf4b130b86dd7dde1bf499d3d40faca10ea2e
+ PR81358: Enable automatic linking of libatomic. -->
+ <li>Support for the deprecated iWMMXT extension has been removed.</li>
+ <!-- commits 38179738abf34897eb03e17426c0507a595c9862 to
+ d0e86eba23d755fbd12c8ab35f827863b12131ea -->
+</ul>
<!-- <h3 id="avr">AVR</h3> -->
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
hooks/post-receive
--
gcc-wwwdocs