https://gcc.gnu.org/g:85545af0b3c67e1fec6aefe20f225fa8768d0c0c
commit r15-10823-g85545af0b3c67e1fec6aefe20f225fa8768d0c0c Author: GCC Administrator <[email protected]> Date: Thu Feb 12 00:24:05 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 18 ++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 7 +++++++ gcc/testsuite/ChangeLog | 17 +++++++++++++++++ 4 files changed, 43 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 606f4022938c..c039d445b156 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,21 @@ +2026-02-11 Alice Carlotti <[email protected]> + + PR target/123624 + * config/aarch64/aarch64-protos.h + (aarch64_use_simple_return_insn_p): New. + * config/aarch64/aarch64.cc + (aarch64_use_simple_return_insn_p): New, used... + * config/aarch64/aarch64.md (simple_return): ...here. + +2026-02-11 Andre Vieira <[email protected]> + + Backported from master: + 2025-04-25 Andre Vieira <[email protected]> + + PR rtl-optimization/116479 + * modulo-sched.cc (doloop_register_get): Reject conditions with + decrements that are not 1. + 2026-02-10 Robin Dapp <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index bc752f6cbcbc..9b4002687302 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260211 +20260212 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index c6f7e50de37c..6582ed886d90 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,10 @@ +2026-02-11 Eric Botcazou <[email protected]> + Liam Powell <[email protected]> + + PR ada/124054 + * exp_util.adb (Build_Allocate_Deallocate_Proc): Tidy up and pass + Proc_Id as the new scope in the call to the New_Copy_Tree function. + 2026-02-09 Eric Botcazou <[email protected]> Liam Powell <[email protected]> diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 765802cb02f6..f8f0f0aecd80 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2026-02-11 Alice Carlotti <[email protected]> + + PR target/123624 + * gcc.target/aarch64/sme/sme-shrinkwrap.c: New test. + +2026-02-11 Eric Botcazou <[email protected]> + Liam Powell <[email protected]> + + * gnat.dg/allocator4.adb: New test. + +2026-02-11 Andre Vieira <[email protected]> + + Backported from master: + 2025-04-25 Andre Vieira <[email protected]> + + * gcc.dg/pr116479.c: New test. + 2026-02-10 Robin Dapp <[email protected]> Backported from master:
