https://gcc.gnu.org/g:99e640b1e1735f07c03f5be923f211be4200ee4d
commit r14-10698-g99e640b1e1735f07c03f5be923f211be4200ee4d Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Sat Sep 21 00:22:06 2024 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 17 +++++++++++++++++ gcc/fortran/ChangeLog | 10 ++++++++++ gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++ 4 files changed, 53 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 09a8fff25e63..6df304d1af83 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20240920 +20240921 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index b2e61deeb1af..b864fdaa8a71 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,20 @@ +2024-09-20 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-09-12 Patrick Palka <ppa...@redhat.com> + + PR c++/116418 + * tree.cc (strip_typedefs_expr) <case STATEMENT_LIST>: Replace + this error path with ... + <case STMT_EXPR>: ... this, returning the original tree. + +2024-09-20 Patrick Palka <ppa...@redhat.com> + + PR c++/116492 + DR 2789 + * call.cc (cand_parms_match): Return false for constructors that + come from different classes. + 2024-09-17 Marek Polacek <pola...@redhat.com> Backported from master: diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 25c8473186e6..2c67dd5e0c7d 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2024-09-20 Harald Anlauf <anl...@gmx.de> + + Backported from master: + 2024-09-05 Harald Anlauf <anl...@gmx.de> + + PR fortran/100273 + * trans-decl.cc (gfc_create_module_variable): Handle module + variable also when it is needed for the result specification + of a contained function. + 2024-08-30 Harald Anlauf <anl...@gmx.de> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1c261ae5e74b..dcfef8afde08 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,28 @@ +2024-09-20 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-09-12 Patrick Palka <ppa...@redhat.com> + + PR c++/116418 + * g++.dg/eh/pr84968.C: No longer expect an ahead of time diagnostic + for the statement-expresssion. Instantiate the template and expect + an incomplete type error instead. + * g++.dg/ext/stmtexpr26.C: New test. + +2024-09-20 Patrick Palka <ppa...@redhat.com> + + PR c++/116492 + DR 2789 + * g++.dg/cpp2a/concepts-inherit-ctor12.C: New test. + +2024-09-20 Harald Anlauf <anl...@gmx.de> + + Backported from master: + 2024-09-05 Harald Anlauf <anl...@gmx.de> + + PR fortran/100273 + * gfortran.dg/pr100273.f90: New test. + 2024-09-20 Eric Botcazou <ebotca...@adacore.com> * gcc.dg/ipa/modref-4.c: New test.