https://gcc.gnu.org/g:21a3d538f992f1b9baa4aaa8926148ae8746c56b
commit r13-10376-g21a3d538f992f1b9baa4aaa8926148ae8746c56b Author: GCC Administrator <[email protected]> Date: Thu Jun 18 00:17:58 2026 +0000 Daily bump. Diff: --- gcc/ChangeLog | 27 +++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 8 ++++++++ gcc/testsuite/ChangeLog | 29 +++++++++++++++++++++++++++++ 4 files changed, 65 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fbf834d9035d..4e2f39fe415d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,30 @@ +2026-06-17 Andrew Pinski <[email protected]> + + Backported from master: + 2026-06-10 Andrew Pinski <[email protected]> + + PR ipa/125699 + * ipa-param-manipulation.cc (ipa_param_body_adjustments::prepare_debug_expressions): Fix + lifetime issue with m_dead_ssa_debug_equiv usage. + +2026-06-17 Andrew Pinski <[email protected]> + + Backported from master: + 2026-06-14 Andrew Pinski <[email protected]> + + PR tree-optimization/125774 + * gimple-range-fold.cc (fold_using_range::relation_fold_and_or): Use + relation_swap rather than relation_negate when the operands are exchanged. + +2026-06-17 Alex Coplan <[email protected]> + + Backported from master: + 2026-06-09 Alex Coplan <[email protected]> + + PR middle-end/125621 + * expmed.cc (make_tree): Fix CONST_POLY_INT case to pass type + instead of t, move it to its own switch case. + 2026-06-16 Richard Biener <[email protected]> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 600063a82e3c..f3e3b81b3d19 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20260617 +20260618 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 98adc4a382a8..f3fd88da26bc 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,11 @@ +2026-06-17 Andrew Pinski <[email protected]> + + Backported from master: + 2026-05-04 Andrew Pinski <[email protected]> + + PR c++/65271 + * parser.cc (cp_parser_class_specifier): Accept &&. + 2026-05-13 Jason Merrill <[email protected]> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 4c02cb111dfa..ff8d6499883e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,32 @@ +2026-06-17 Andrew Pinski <[email protected]> + + * gcc.dg/torture/pr125774-1.c: Start with dom + rather than dom2. + +2026-06-17 Andrew Pinski <[email protected]> + + Backported from master: + 2026-06-14 Andrew Pinski <[email protected]> + + PR tree-optimization/125774 + * gcc.dg/torture/pr125774-1.c: New test. + +2026-06-17 Andrew Pinski <[email protected]> + + Backported from master: + 2026-05-04 Andrew Pinski <[email protected]> + + PR c++/65271 + * g++.dg/cpp0x/rv-decl1.C: New test. + +2026-06-17 Alex Coplan <[email protected]> + + Backported from master: + 2026-06-09 Alex Coplan <[email protected]> + + PR middle-end/125621 + * gcc.target/aarch64/torture/pr125621.c: New test. + 2026-06-16 Richard Biener <[email protected]> Backported from master:
