https://gcc.gnu.org/g:be4a99fa3eb3438a77eca19be45b2a39b24c57a6
commit r12-10989-gbe4a99fa3eb3438a77eca19be45b2a39b24c57a6 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Wed Mar 12 00:20:32 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 31 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/d/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++ 4 files changed, 69 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0d9991af3981..bdda9d5b047d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,34 @@ +2025-03-11 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2025-03-04 Richard Sandiford <richard.sandif...@arm.com> + + PR tree-optimization/118976 + * fold-const.cc (const_unop): Use ~ rather than - for BIT_NOT_EXPR. + * config/aarch64/aarch64.cc (aarch64_test_sve_folding): New function. + (aarch64_run_selftests): Run it. + +2025-03-11 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2024-10-14 Richard Sandiford <richard.sandif...@arm.com> + + PR target/116999 + PR target/117045 + * config/aarch64/aarch64-sve-builtins-base.cc + (svwhilelx_impl::fold): Check for WHILELTs of the minimum value + and WHILELEs of the maximum value. Fold them to all-false and + all-true respectively. + +2025-03-11 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2024-08-21 Richard Sandiford <richard.sandif...@arm.com> + + PR testsuite/116238 + * config/aarch64/aarch64.cc (aarch64_hard_regno_caller_save_mode): + Only return SImode if we can convert to and from it. + 2025-03-07 Christophe Lyon <christophe.l...@linaro.org> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 4bd9e51ab1b5..a2876d18ceb6 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250311 +20250312 diff --git a/gcc/d/ChangeLog b/gcc/d/ChangeLog index 3ac009b84917..5bd0ba9f79f1 100644 --- a/gcc/d/ChangeLog +++ b/gcc/d/ChangeLog @@ -1,3 +1,12 @@ +2025-03-11 Iain Buclaw <ibuc...@gdcproject.org> + + Backported from master: + 2025-03-11 Iain Buclaw <ibuc...@gdcproject.org> + + PR d/119139 + * decl.cc (get_symbol_decl): Don't set TREE_READONLY for __result + declarations. + 2025-03-02 Iain Buclaw <ibuc...@gdcproject.org> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index b08e26603d7f..2cc52c8d6d8b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,31 @@ +2025-03-11 Iain Buclaw <ibuc...@gdcproject.org> + + Backported from master: + 2025-03-11 Iain Buclaw <ibuc...@gdcproject.org> + + PR d/119139 + * gdc.dg/pr119139.d: New test. + +2025-03-11 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2024-10-14 Richard Sandiford <richard.sandif...@arm.com> + + PR target/116999 + PR target/117045 + * gcc.target/aarch64/sve/acle/general/whilele_5.c: Fix bogus + expected result. + * gcc.target/aarch64/sve/acle/general/whilele_11.c: New test. + * gcc.target/aarch64/sve/acle/general/whilele_12.c: Likewise. + +2025-03-11 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2024-08-21 Richard Sandiford <richard.sandif...@arm.com> + + PR testsuite/116238 + * gcc.target/aarch64/sve/pr116238.c: New test. + 2025-03-07 Christophe Lyon <christophe.l...@linaro.org> Backported from master: