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

index c95ab322f46b75260a7fca06387a6239b2c60f8a..863251542a4aee0e5d626c30a04cca2eda3f78c4 100644 (file)
@@ -1 +1 @@
-20250501
+20250502
index d68e748a5be01feb57d43b9ab2dd123616d8407f..d0422c8a53d7ab4512f201c906723d82dfabe435 100644 (file)
@@ -1,3 +1,33 @@
+2025-05-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120023
+       * module.cc (depset::hash::find_dependencies): Also call
+       add_deduction_guides when walking one.
+
+2025-05-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/119938
+       * pt.cc (get_template_parm_object): When !check_init, add assert
+       that expr really is constant and mark decl as such.
+
+2025-05-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/119551
+       PR c++/119996
+       * module.cc (depset::hash::make_dependency): Also mark inline
+       variables referencing TU-local values as exposures here.
+       (depset::hash::finalize_dependencies): Add error message for
+       inline variables.
+
 2025-04-30  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master:
index 605ddbc3b3eacea0f80ef1d13b4ddc5065d506ff..d0fdd2e9b2372b12b7a009617ba570ee35c89bd7 100644 (file)
@@ -1,3 +1,31 @@
+2025-05-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/120023
+       * g++.dg/modules/dguide-7_a.C: New test.
+       * g++.dg/modules/dguide-7_b.C: New test.
+       * g++.dg/modules/dguide-7_c.C: New test.
+
+2025-05-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/119938
+       * g++.dg/modules/tpl-nttp-2_a.H: New test.
+       * g++.dg/modules/tpl-nttp-2_b.C: New test.
+
+2025-05-01  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanieloshead@gmail.com>
+
+       PR c++/119551
+       PR c++/119996
+       * g++.dg/modules/internal-13.C: New test.
+
 2025-04-30  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/119712