]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 Jun 2025 00:21:43 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Thu, 19 Jun 2025 00:21:43 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 016543e4365ee283008841a203566a06715d008d..2aac90aa1266511e908af3977f846f772a3a77dd 100644 (file)
@@ -1 +1 @@
-20250618
+20250619
index 51df73b35e2e4a1e18720c0d75ef7610d10e415f..dbf6bd5e386161b68dfec5a8414813391ea4c257 100644 (file)
@@ -1,3 +1,37 @@
+2025-06-18  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-01-09  Patrick Palka  <ppalka@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  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-08-15  Patrick Palka  <ppalka@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  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-04-11  Patrick Palka  <ppalka@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  <ppalka@redhat.com>
 
        Backported from master:
index 2c2b5b530a69ecc55ac07aac63c93015e457c054..78735dfab47313f1704dc386a1401af2a512d26d 100644 (file)
@@ -1,3 +1,27 @@
+2025-06-18  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2025-01-09  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/117792
+       * g++.dg/cpp1z/nontype7.C: New test.
+
+2025-06-18  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-08-15  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/116320
+       * g++.dg/template/access42.C: New test.
+
+2025-06-18  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2024-04-11  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/114303
+       * g++.dg/cpp1z/constexpr-if-lambda6.C: New test.
+
 2025-06-17  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: