https://gcc.gnu.org/g:f510e8a9f1ee1b2429757fa9145edd98a3309911
commit r12-11119-gf510e8a9f1ee1b2429757fa9145edd98a3309911 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Sat May 31 00:21:03 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 14 ++++++++++++++ gcc/DATESTAMP | 2 +- gcc/testsuite/ChangeLog | 9 +++++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1cf71836b98c..379de4f140c8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2025-05-30 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2025-04-24 Richard Sandiford <richard.sandif...@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 <kreb...@linux.ibm.com> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ac2743335765..e844ed6f555e 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250530 +20250531 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d418d7ed834b..23333cf8d91e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2025-05-30 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2025-04-24 Richard Sandiford <richard.sandif...@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 <kreb...@linux.ibm.com> Backported from master: