+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:
+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: