]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 31 May 2025 00:21:03 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 31 May 2025 00:21:03 +0000 (00:21 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 1cf71836b98c1305b5fc2a02b19d35bac7600717..379de4f140c8e37a7d909b1c755c23cb96a003ac 100644 (file)
@@ -1,3 +1,17 @@
+2025-05-30  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-04-24  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/119610
+       * config/aarch64/aarch64.cc (aarch64_allocate_and_probe_stack_space):
+       Add a bytes_below_sp parameter and use it to calculate the CFA
+       offsets.  Attach the first SVE CFA note to the move into the
+       associated temporary register.
+       (aarch64_allocate_and_probe_stack_space): Update calls accordingly.
+       Start out with bytes_per_sp set to the frame size and decrement
+       it after each allocation.
+
 2025-05-28  Andreas Krebbel  <krebbel@linux.ibm.com>
 
        Backported from master:
index ac27433357659113e3cab8793c0ca577082d1447..e844ed6f555ee9d9992008bd3aa981b67827db8f 100644 (file)
@@ -1 +1 @@
-20250530
+20250531
index d418d7ed834bc899877d4ce19179c033826adbfe..23333cf8d91e859965bdb3276d4758222f6eedcb 100644 (file)
@@ -1,3 +1,12 @@
+2025-05-30  Richard Sandiford  <richard.sandiford@arm.com>
+
+       Backported from master:
+       2025-04-24  Richard Sandiford  <richard.sandiford@arm.com>
+
+       PR target/119610
+       * g++.dg/torture/pr119610.C: New test.
+       * g++.target/aarch64/sve/pr119610-sve.C: Likewise.
+
 2025-05-28  Andreas Krebbel  <krebbel@linux.ibm.com>
 
        Backported from master: