]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 25 Dec 2023 00:21:54 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Mon, 25 Dec 2023 00:21:54 +0000 (00:21 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index ce9e848178cceb51c144df7bc7e8453c6973b268..3194d0024f2c0222084a3b6a6c7fb1345b92c978 100644 (file)
@@ -1 +1 @@
-20231224
+20231225
index ce30979bc88c537d0747d2e44d500f5aafdd5096..bd8c34b7179403e5b6a340386a4dbcc9c7705dc8 100644 (file)
@@ -1,3 +1,14 @@
+2023-12-24  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-09-22  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/111485
+       * pt.cc (is_compatible_template_arg): New parameter 'args'.
+       Add the outer template arguments 'args' to 'new_args'.
+       (convert_template_argument): Pass 'args' to
+       is_compatible_template_arg.
+
 2023-12-20  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index ef44f27c59b1760f8318b44ccac9518b5bc6db76..51f12cc77096a5d90afa7457769a9cb5fa97d293 100644 (file)
@@ -1,3 +1,12 @@
+2023-12-24  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2023-09-22  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/111485
+       * g++.dg/cpp2a/concepts-ttp5.C: New test.
+       * g++.dg/cpp2a/concepts-ttp6.C: New test.
+
 2023-12-20  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: