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

index 809477a289dbf47f4af7ae72e8b446292cf7b5b7..cc6fc26c51492b9eca1d0ed6335e9acea21eab83 100644 (file)
@@ -1 +1 @@
-20250523
+20250524
index e1c573fdfbbd8c93cc2d157a91cab5003cf657a9..59bc1796e29bd9d552e0abb451243a979900cf11 100644 (file)
@@ -1,3 +1,21 @@
+2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120363
+       * decl2.cc (get_tls_init_fn): Set context as global_namespace.
+       (get_tls_wrapper_fn): Likewise.
+
+2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120414
+       * module.cc (trees_in::tree_node): Allow reading a USING_DECL
+       when streaming tt_data_member.
+
 2025-05-20  Nathaniel Shead  <nathanieloshead@gmail.com>
 
        Backported from master:
index bc7903b5c67ee32ed079cb47520fed50560a9286..750a1b904be9899959bf06c5883fb92e3bc243da 100644 (file)
@@ -1,3 +1,31 @@
+2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120363
+       * g++.dg/modules/pr113292_a.H: Move to...
+       * g++.dg/modules/tls-1_a.H: ...here.
+       * g++.dg/modules/pr113292_b.C: Move to...
+       * g++.dg/modules/tls-1_b.C: ...here.
+       * g++.dg/modules/pr113292_c.C: Move to...
+       * g++.dg/modules/tls-1_c.C: ...here.
+       * g++.dg/modules/tls-2_a.C: New test.
+       * g++.dg/modules/tls-2_b.C: New test.
+       * g++.dg/modules/tls-2_c.C: New test.
+       * g++.dg/modules/tls-3.h: New test.
+       * g++.dg/modules/tls-3_a.H: New test.
+       * g++.dg/modules/tls-3_b.C: New test.
+
+2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-05-23  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120414
+       * g++.dg/modules/using-31_a.C: New test.
+       * g++.dg/modules/using-31_b.C: New test.
+
 2025-05-22  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master: