https://gcc.gnu.org/g:e9eaf2570eced60a9a4045d0b12b2233da47412e

commit r15-9613-ge9eaf2570eced60a9a4045d0b12b2233da47412e
Author: GCC Administrator <gccadmin@gcc.gnu.org>
Date:   Fri May 2 00:24:56 2025 +0000

    Daily bump.

Diff:
---
 gcc/DATESTAMP           |  2 +-
 gcc/cp/ChangeLog        | 30 ++++++++++++++++++++++++++++++
 gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++
 3 files changed, 59 insertions(+), 1 deletion(-)

diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index c95ab322f46b..863251542a4a 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20250501
+20250502
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index d68e748a5be0..d0422c8a53d7 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,33 @@
+2025-05-01  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       PR c++/120023
+       * module.cc (depset::hash::find_dependencies): Also call
+       add_deduction_guides when walking one.
+
+2025-05-01  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanielosh...@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  <nathanielosh...@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanielosh...@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  <ppa...@redhat.com>
 
        Backported from master:
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 605ddbc3b3ea..d0fdd2e9b237 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,31 @@
+2025-05-01  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanielosh...@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  <nathanielosh...@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanielosh...@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  <nathanielosh...@gmail.com>
+
+       Backported from master:
+       2025-04-30  Nathaniel Shead  <nathanielosh...@gmail.com>
+
+       PR c++/119551
+       PR c++/119996
+       * g++.dg/modules/internal-13.C: New test.
+
 2025-04-30  Andrew MacLeod  <amacl...@redhat.com>
 
        PR tree-optimization/119712

Reply via email to