https://gcc.gnu.org/g:70e1ccd1cd33a01e1356d60198a48ea95f598249
commit r12-11207-g70e1ccd1cd33a01e1356d60198a48ea95f598249 Author: GCC Administrator <gccadmin@gcc.gnu.org> Date: Thu Jun 19 00:21:43 2025 +0000 Daily bump. Diff: --- gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 016543e4365e..2aac90aa1266 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20250618 +20250619 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 51df73b35e2e..dbf6bd5e3861 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,37 @@ +2025-06-18 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2025-01-09 Patrick Palka <ppa...@redhat.com> + + PR c++/117792 + * pt.cc (type_dependent_expression_p): Consider the dependence + of the address of each template argument of a function + template-id. + +2025-06-18 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-08-15 Patrick Palka <ppa...@redhat.com> + + PR c++/116320 + * semantics.cc (check_accessibility_of_qualified_id): Try + currently_open_class when using the object type as the + effective qualifying type. + +2025-06-18 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-04-11 Patrick Palka <ppa...@redhat.com> + + PR c++/114303 + * constraint.cc (tsubst_requires_expr): Clear + REQUIRES_EXPR_EXTRA_ARGS before calling build_extra_args. + * pt.cc (tree_extra_args): Define. + (extract_locals_r): Assert *_EXTRA_ARGS is empty. + (tsubst_stmt) <case IF_STMT>: Clear IF_SCOPE on the new + IF_STMT. Call build_extra_args on the new IF_STMT instead + of t which might already have IF_STMT_EXTRA_ARGS. + 2025-06-17 Patrick Palka <ppa...@redhat.com> Backported from master: diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2c2b5b530a69..78735dfab473 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,27 @@ +2025-06-18 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2025-01-09 Patrick Palka <ppa...@redhat.com> + + PR c++/117792 + * g++.dg/cpp1z/nontype7.C: New test. + +2025-06-18 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-08-15 Patrick Palka <ppa...@redhat.com> + + PR c++/116320 + * g++.dg/template/access42.C: New test. + +2025-06-18 Patrick Palka <ppa...@redhat.com> + + Backported from master: + 2024-04-11 Patrick Palka <ppa...@redhat.com> + + PR c++/114303 + * g++.dg/cpp1z/constexpr-if-lambda6.C: New test. + 2025-06-17 Patrick Palka <ppa...@redhat.com> Backported from master: