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

index f48102809ae052b278897899054bcd7ddb2b07a6..a1b9d7051c82f162333bf864f6d50db93e1e9d9f 100644 (file)
@@ -1,3 +1,17 @@
+2025-05-09  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-07  Richard Biener  <rguenther@suse.de>
 
        Backported from master:
index 62c0f83eab198904dc2f9b8429adf452f3f028d2..21a86ae1c56fb82ab074ca74122b3a7b7e65dc50 100644 (file)
@@ -1 +1 @@
-20250509
+20250510
index 22a46ddba4a2480543349fc2019d2610290bbf44..4470497e83f76013c20712f6b67ad4bb384c6f18 100644 (file)
@@ -1,3 +1,12 @@
+2025-05-09  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-07  Richard Biener  <rguenther@suse.de>
 
        Backported from master: