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