--- htdocs/gcc-16/changes.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html index 64c99f39..c2f62eeb 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 _BitInt feature is now supported.</li> + <!-- commit e256eb478ad1b8c2c767aa35e03903bf4cd7c842 + arm: Add support for _BitInt(N) --> + <li>libatomic is now linked automatically for C11 code.</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> --> -- 2.47.3
