https://gcc.gnu.org/g:e086e745a245e482d3c330c9b1d4ca929e01a220
commit r14-11877-ge086e745a245e482d3c330c9b1d4ca929e01a220 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Fri Jul 4 00:24:18 2025 +0000 Daily bump. Diff: --- gcc/ChangeLog | 10 ++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 17 +++++++++++++++++ gcc/cp/ChangeLog | 21 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++++ 5 files changed, 75 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f891157a62bd..b88368450c0a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2025-07-03 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2025-06-12 Richard Sandiford <richard.sandif...@arm.com> + + PR target/120624 + * config/aarch64/aarch64.md (SME_STATE_REGNUM): Expand on comments. + * config/aarch64/aarch64-sme.md (aarch64_restore_za): Also set + SME_STATE_REGNUM + 2025-06-27 Eric Botcazou <ebotca...@adacore.com> * gimple-fold.cc (fold_const_aggregate_ref_1) <COMPONENT_REF>: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 695297928f69..f38cdfd1ac94 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250703 +20250704 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index f8213df6324e..c6a628490295 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,20 @@ +2025-07-03 Eric Botcazou <ebotca...@adacore.com> + + * gcc-interface/Makefile.in (gnatlib-sjlj): Delete. + (gnatlib-zcx): Do not modify Frontend_Exceptions constant. + * libgnat/system-linux-loongarch.ads (Frontend_Exceptions): Delete. + +2025-07-03 Eric Botcazou <ebotca...@adacore.com> + + * gcc-interface/decl.cc (gnat_to_gnu_component_type): Validate the + Component_Size like the size of a type only if the component type + is actually packed. + +2025-07-03 Eric Botcazou <ebotca...@adacore.com> + + * exp_ch4.adb (Handle_Changed_Representation): Alphabetize local + variables. Set the No_Finalize_Actions flag on the assignment. + 2025-05-23 Release Manager * GCC 14.3.0 released. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 233f9ed881a0..b94a14c582b0 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,24 @@ +2025-07-03 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2025-07-03 Jakub Jelinek <ja...@redhat.com> + + PR c++/120940 + * typeck.cc (cp_build_array_ref): Fix a pasto. + +2025-07-03 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2025-07-01 Jakub Jelinek <ja...@redhat.com> + + PR c++/120471 + * typeck.cc (cp_build_array_ref) <case COND_EXPR>: If idx is not + INTEGER_CST, don't optimize the case (but cp_default_conversion on + array early if it has ARRAY_TYPE) or use + SAVE_EXPR <op0>, SAVE_EXPR <idx>, SAVE_EXPR <op0> as new op0 depending + on flag_strong_eval_order and whether op1 and op2 are arrays with + invariant address or tree invariant pointers. Formatting fixes. + 2025-06-02 Jason Merrill <ja...@redhat.com> PR c++/120123 diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 6cbaf041da53..217018de03e9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,29 @@ +2025-07-03 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2025-07-03 Jakub Jelinek <ja...@redhat.com> + + PR c++/120940 + * g++.dg/parse/pr120940.C: New test. + * g++.dg/warn/Wduplicated-branches9.C: New test. + +2025-07-03 Jakub Jelinek <ja...@redhat.com> + + Backported from master: + 2025-07-01 Jakub Jelinek <ja...@redhat.com> + + PR c++/120471 + * g++.dg/ubsan/pr120471.C: New test. + * g++.dg/parse/pr120471.C: New test. + +2025-07-03 Richard Sandiford <richard.sandif...@arm.com> + + Backported from master: + 2025-06-12 Richard Sandiford <richard.sandif...@arm.com> + + PR target/120624 + * gcc.target/aarch64/sme/za_state_7.c: New test. + 2025-06-27 Eric Botcazou <ebotca...@adacore.com> * gnat.dg/sso20.adb: New test.