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  87e16fa41c97fdef294da4b84c016baf617f3e26 (commit)
      from  08114aefac17271a87eeaa6394f1874bf90604ab (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 87e16fa41c97fdef294da4b84c016baf617f3e26
Author: Jakub Jelinek <ja...@redhat.com>
Date:   Mon Feb 24 12:46:40 2025 +0100

    Mention implementation of C2Y N3322 paper - "Allow zero length operations 
on null pointers"

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 853fad03..823d8c78 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -215,6 +215,9 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
       <li>Introduce complex literals.</li>
       <li>Abs Without Undefined Behavior (addition of builtins for
       use in future C library <code>&lt;stdlib.h&gt;</code> headers).</li>
+      <li>Allow zero length operations on null pointers (just the compiler
+      side, C library headers will need adjustments too if using
+      <code>nonnull</code> attribute).</li>
     </ul>
   </li>
 </ul>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-15/changes.html | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to