https://gcc.gnu.org/g:6fcad2bfa07037fe3dc81cbc411f5b4f1e308f5b
commit r14-11407-g6fcad2bfa07037fe3dc81cbc411f5b4f1e308f5b Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Thu Mar 13 00:22:45 2025 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 17 +++++++++++++++++ gcc/testsuite/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index a2876d18ceb6..450c315bb779 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250312 +20250313 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index a38494f9265d..e7fcdb51ad45 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,20 @@ +2025-03-12 Marek Polacek <pola...@redhat.com> + + Backported from master: + 2025-03-12 Marek Polacek <pola...@redhat.com> + + PR c++/117512 + * typeck.cc (cp_build_indirect_ref_1): Only do the *&e -> e + folding if the result would be an lvalue. + +2025-03-12 Marek Polacek <pola...@redhat.com> + + Backported from master: + 2025-03-12 Marek Polacek <pola...@redhat.com> + + PR c++/119134 + * pt.cc (check_for_bare_parameter_packs): Check DECL_CONTEXT. + 2025-03-04 Patrick Palka <ppa...@redhat.com> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index deffa4a9166d..43d3b33883d1 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,47 @@ +2025-03-12 Marek Polacek <pola...@redhat.com> + + Backported from master: + 2025-03-12 Marek Polacek <pola...@redhat.com> + + PR c++/117512 + * g++.dg/cpp0x/alignas23.C: New test. + * g++.dg/ext/align3.C: New test. + * g++.dg/ext/align4.C: New test. + * g++.dg/ext/align5.C: New test. + +2025-03-12 Marek Polacek <pola...@redhat.com> + + Backported from master: + 2025-03-12 Marek Polacek <pola...@redhat.com> + + PR c++/119134 + * g++.dg/cpp2a/lambda-uneval24.C: New test. + +2025-03-12 Richard Earnshaw <rearn...@arm.com> + + Backported from master: + 2025-03-11 Richard Earnshaw <rearn...@arm.com> + + * lib/target-supports.exp + (check_effective_target_arm_neon_h_ok_nocache): Return zero if + check_effective_target_arm_libc_fp_abi_ok reports failure. + +2025-03-12 Richard Earnshaw <rearn...@arm.com> + + Backported from master: + 2025-03-07 Richard Earnshaw <rearn...@arm.com> + + * lib/target-supports.exp + (check_effective_target_arm_neon_h_ok_nocache): New function. + (check_effective_target_arm_neon_h_ok): Likewise. + (add_options_for_arm_neon_h): Likewise. + (check_effective_target_arm_libc_fp_abi_ok_nocache): Allow any + Arm target, not just arm32. + * gcc.target/arm/attr-neon-builtin-fail.c: Use it. + * gcc.target/arm/attr-neon-builtin-fail2.c: Likewise. + * gcc.target/arm/attr-neon-fp16.c: Likewise. + * gcc.target/arm/attr-neon2.c: Likewise. + 2025-03-11 Iain Buclaw <ibuc...@gdcproject.org> Backported from master: