https://gcc.gnu.org/g:786597185d544b65723a419825c488bcae1cffcc
commit r14-10223-g786597185d544b65723a419825c488bcae1cffcc Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Tue May 21 01:18:26 2024 +0000 Daily bump. Diff: --- gcc/ChangeLog | 9 +++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 17 +++++++++++++++++ gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 05e909f609a0..1f0ce997a67f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2024-05-20 Andrew Pinski <quic_apin...@quicinc.com> + + Backported from master: + 2024-05-20 Andrew Pinski <quic_apin...@quicinc.com> + + PR tree-optimization/115143 + * tree-ssa-phiopt.cc (minmax_replacement): Check for empty + phi nodes for middle bbs for the case where middle bb is not empty. + 2024-05-17 Richard Biener <rguent...@suse.de> Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 8671e9f826e6..2affb73fdd45 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240520 +20240521 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index faeddba94845..084969b3607b 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,20 @@ +2024-05-20 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-05-17 Patrick Palka <ppa...@redhat.com> + + PR c++/115114 + * pt.cc (maybe_aggr_guide): Consider bases in the paren init case. + +2024-05-20 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-05-15 Patrick Palka <ppa...@redhat.com> + + PR c++/114994 + * tree.cc (lvalue_kind) <case MODOP_EXPR>: For a class + assignment, consider the result type. + 2024-05-13 Patrick Palka <ppa...@redhat.com> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 75ce76e9486c..078020543354 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,29 @@ +2024-05-20 Andrew Pinski <quic_apin...@quicinc.com> + + Backported from master: + 2024-05-20 Andrew Pinski <quic_apin...@quicinc.com> + + PR tree-optimization/115143 + * gcc.c-torture/compile/pr115143-1.c: New test. + * gcc.c-torture/compile/pr115143-2.c: New test. + * gcc.c-torture/compile/pr115143-3.c: New test. + +2024-05-20 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-05-17 Patrick Palka <ppa...@redhat.com> + + PR c++/115114 + * g++.dg/cpp2a/class-deduction-aggr15.C: New test. + +2024-05-20 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-05-15 Patrick Palka <ppa...@redhat.com> + + PR c++/114994 + * g++.dg/template/non-dependent32.C: New test. + 2024-05-17 Paul Thomas <pa...@gcc.gnu.org> Backported from master: