]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 12 Jan 2025 00:23:12 +0000 (00:23 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 12 Jan 2025 00:23:12 +0000 (00:23 +0000)
gcc/DATESTAMP
gcc/cp/ChangeLog
gcc/testsuite/ChangeLog

index cbd205340e374b404e0336429c75e0cf8f1dcbe9..71203ea20bcb309324858263ebb7a26f94082990 100644 (file)
@@ -1 +1 @@
-20250111
+20250112
index acf773da56586bf1cc5527b2c37919a77ddfd05c..c9661e5cc2d052f728649744367515371a137fd6 100644 (file)
@@ -1,3 +1,9 @@
+2025-01-11  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/114630
+       * module.cc (trees_in::core_vals) <BLOCK>: Chain a new node if
+       DECL_CHAIN already is set.
+
 2025-01-09  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 1928b05e0b80bbdcac0f90fae8234815b8437233..f586d8198e0506c9501a19e3cb0814c48fa7fb8c 100644 (file)
@@ -1,3 +1,18 @@
+2025-01-11  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       * g++.dg/modules/pr114630_a.C: Use -fmodules-ts instead of
+       -fmodules in testcase.
+       * g++.dg/modules/pr114630_b.C: Likewise.
+       * g++.dg/modules/pr114630_c.C: Likewise.
+
+2025-01-11  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/114630
+       * g++.dg/modules/pr114630.h: New test.
+       * g++.dg/modules/pr114630_a.C: New test.
+       * g++.dg/modules/pr114630_b.C: New test.
+       * g++.dg/modules/pr114630_c.C: New test.
+
 2025-01-10  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: