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  14bbe0adf33d7b1e2aa52494a246b1e73de2e2c1 (commit)
      from  e81803311b6c4f87fe1732286ba64f42d4ab7eb9 (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 14bbe0adf33d7b1e2aa52494a246b1e73de2e2c1
Author: Richard Biener <rguent...@suse.de>
Date:   Fri May 2 12:23:33 2025 +0200

    Mark reload as to be removed for GCC 16
    
    The following amends gcc-15/changes.html with a note that reload
    is going to be removed for GCC 16.
    
            * htdocs/gcc-15/changes.html: Mark GCC 15 as last release
            supporting reload.

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index b442b8d9..541b3726 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -31,6 +31,13 @@ You may also want to check out our
   <li>In the AArch64 port, support for ILP32 (<code>-mabi=ilp32</code>) has
     been deprecated and will be removed in a future release.
   </li>
+  <li>This is the last release supporting the old <code>reload</code> local
+    register allocation code.  It will be removed for GCC 16, causing
+    targets that do not support the new <code>LRA</code> local register
+    allocation code to be removed.  See the list of supported
+    <a href="https://gcc.gnu.org/backends.html";>targets</a> for which
+    ports are going to be affected (look for missing <code>a</code>, the
+    ports that do not use LRA by default).</li>
   <li><code>{0}</code> initializer in C or C++ for unions no longer
     guarantees clearing of the whole union (except for static storage
     duration initialization), it just initializes the first

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

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


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to