https://gcc.gnu.org/g:66c74927fcee89fc2ae67cae00065b0c2cf093ea
commit r16-8878-g66c74927fcee89fc2ae67cae00065b0c2cf093ea Author: GCC Administrator <[email protected]> Date: Thu May 7 00:20:32 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 31 +++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 33 +++++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++ 4 files changed, 93 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6a2d42abd1db..584be46a3bd2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,34 @@ +2026-05-06 H.J. Lu <[email protected]> + + Backported from master: + 2026-05-05 H.J. Lu <[email protected]> + + PR target/120587 + PR target/125155 + * config/or1k/or1k.cc (or1k_hard_regno_mode_ok): Allow condition + condition flag register in SImode. + +2026-05-06 Lulu Cheng <[email protected]> + + Backported from master: + 2026-05-06 Lulu Cheng <[email protected]> + + PR target/125057 + * config/loongarch/loongarch.cc + (loongarch_split_vector_move): Complete the split condition. + * config/loongarch/loongarch.h (LSX_REG_RTX_P): Delete. + (LASX_REG_RTX_P): Delete. + (GP_REG_RTX_P): Define macro. + +2026-05-06 Richard Biener <[email protected]> + + Backported from master: + 2026-05-06 Richard Biener <[email protected]> + + * config/i386/x86-tune.def (avx512_two_epilogues): Enable + for m_ZNVER6. + (avx512_masked_epilogues): Likewise. + 2026-05-05 Jakub Jelinek <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 3bc992c09c39..4700f4f5c2f7 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260506 +20260507 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8d7214828b80..6f1fdd13c4a2 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,36 @@ +2026-05-06 Patrick Palka <[email protected]> + + Backported from master: + 2026-05-06 Patrick Palka <[email protected]> + + PR c++/125179 + * reflect.cc: (consteval_only_type_r): Remove this cp_walk_tree + callback and replace with ... + (consteval_only_walker): ... this recursive memoized + implementation. + (consteval_only_p): Define in terms of consteval_only_walker. + +2026-05-06 Patrick Palka <[email protected]> + + Backported from master: + 2026-05-05 Patrick Palka <[email protected]> + + PR c++/124957 + * class.cc (check_tag): Set ABI_TAG_INHERITED on the TREE_LIST + of an inherited tag. Adjust after ABI_TAG_IMPLICIT renaming. + * cp-tree.h (ABI_TAG_IMPLICIT): Rename to ... + (ABI_TAG_NOT_MANGLED): ... this. + (equal_abi_tags): Adjust forward declaration. + * mangle.cc (write_unqualified_name): Adjust equal_abi_tags call. + (sorted_abi_tags): New ignore_inherited_p parameter, for ignoring + ABI_TAG_INHERITED tags. Adjust after ABI_TAG_INHERITED renaming. + (write_abi_tags): Adjust sorted_abi_tags call. + (equal_abi_tags): New ignore_inherited_p parameter. Pass it to + sorted_abi_tags. + * module.cc (trees_in::check_abi_tags): Pass + ignore_inherited_p=true to equal_abi_tags iff there's a + mangled-ness mismatch. + 2026-05-01 Patrick Palka <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2363f03349db..122c8a098b1c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,31 @@ +2026-05-06 Patrick Palka <[email protected]> + + Backported from master: + 2026-05-05 Patrick Palka <[email protected]> + + PR c++/124957 + * g++.dg/modules/attrib-6_a.C: New test. + * g++.dg/modules/attrib-6_b.C: New test. + * g++.dg/modules/attrib-6_c.C: New test. + +2026-05-06 H.J. Lu <[email protected]> + + Backported from master: + 2026-05-05 H.J. Lu <[email protected]> + + PR target/120587 + PR target/125155 + * gcc.target/or1k/pr125155.c: New test. + +2026-05-06 Lulu Cheng <[email protected]> + + Backported from master: + 2026-05-06 Lulu Cheng <[email protected]> + + PR target/125057 + * gcc.target/loongarch/vector/lasx/pr125057.c: New test. + * gcc.target/loongarch/vector/lsx/lsx-mov-2.c: New test. + 2026-05-05 Iain Buclaw <[email protected]> Backported from master:
