From: GCC Administrator Date: Sat, 31 May 2025 00:21:03 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-12.5.0~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f510e8a9f1ee1b2429757fa9145edd98a3309911;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1cf71836b98..379de4f140c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,17 @@ +2025-05-30 Richard Sandiford + + Backported from master: + 2025-04-24 Richard Sandiford + + 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ac274333576..e844ed6f555 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250530 +20250531 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d418d7ed834..23333cf8d91 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,12 @@ +2025-05-30 Richard Sandiford + + Backported from master: + 2025-04-24 Richard Sandiford + + PR target/119610 + * g++.dg/torture/pr119610.C: New test. + * g++.target/aarch64/sve/pr119610-sve.C: Likewise. + 2025-05-28 Andreas Krebbel Backported from master: