]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 4 Dec 2022 00:17:06 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 4 Dec 2022 00:17:06 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index 7a1b14a57f34245bfe3da5c4d83e91826c467b06..1638a1245b86225bd9ff97b88c9f85330f07cd19 100644 (file)
@@ -1 +1 @@
-20221203
+20221204
index 1ce30ddcc77e83c08eb97271f082cb3a42458e2c..6ebd1ae33b9ba26221813e417a0376dd02a8c990 100644 (file)
@@ -1,3 +1,10 @@
+2022-12-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/103081
+       * pt.cc (tsubst_copy) <case CONST_DECL>: Generalize
+       early exit test for namespace-scope decls to check dependence of
+       the enclosing scope instead.  Remove dead early exit test.
+
 2022-12-02  Bernhard Reutner-Fischer  <rep.dot.nop@gmail.com>
            Jason Merrill  <jason@redhat.com>
 
index d59f059e72369a780a7756332b84d2cd1aed03d3..3a60cfa7853023f23d65f53888df17f3a10ffb3e 100644 (file)
@@ -1,3 +1,18 @@
+2022-12-03  Patrick Palka  <ppalka@redhat.com>
+
+       PR c++/103081
+       * g++.dg/cpp2a/using-enum-10.C: New test.
+       * g++.dg/cpp2a/using-enum-10a.C: New test.
+
+2022-12-03  Alexandre Oliva  <oliva@adacore.com>
+
+       * gcc.dg/tree-ssa/ssa-sink-18.c: xfail sink2 on riscv64.
+
+2022-12-03  Alexandre Oliva  <oliva@adacore.com>
+
+       * gcc.dg/uninit-pred-9_b.c: Add riscv*-*-* to the xfail list
+       for the bogus warning.
+
 2022-12-02  Harald Anlauf  <anlauf@gmx.de>
 
        PR fortran/107874