]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 8 Oct 2021 00:17:59 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 8 Oct 2021 00:17:59 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index e528addee6c8e4e96d952231f982188d233a3dab..202e0fefcbaa26a68a731b6a92ce1cf8c1a686bc 100644 (file)
@@ -1 +1 @@
-20211007
+20211008
index 2d86d1b1a1a684441422700032342a366887134f..585e4455efb50048264fa26e16e0a4def2b49f97 100644 (file)
@@ -1,3 +1,12 @@
+2021-10-07  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-10-07  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/99904
+       * pt.c (is_compatible_template_arg): Set processing_template_decl
+       around tsubst_constraint_info.
+
 2021-10-06  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 3a65df4432623f2998328d012ff56d6ddfa4329b..1318fd9bf475657c5381dc7cf46ff7137516b938 100644 (file)
@@ -1,3 +1,11 @@
+2021-10-07  Patrick Palka  <ppalka@redhat.com>
+
+       Backported from master:
+       2021-10-07  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/99904
+       * g++.dg/cpp2a/concepts-ttp4.C: New test.
+
 2021-10-06  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: