+2025-09-23 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-09-22 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/122015
+ * cp-tree.h (make_auto_pack): Declare.
+ * lambda.cc (lambda_capture_field_type): Use make_auto_pack to
+ ensure TYPE_CANONICAL is set correctly.
+ * pt.cc (make_auto_pack): New function.
+
2025-09-15 Matthias Kretz <m.kretz@gsi.de>
Backported from master:
+2025-09-23 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2025-08-13 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/89092
+ * resolve.cc (was_declared): Add subroutine attribute.
+
2025-09-09 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2025-09-23 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2025-08-13 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/89092
+ * gfortran.dg/pr89092.f90: New test.
+
+2025-09-23 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-09-22 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/122015
+ * g++.dg/modules/lambda-11.h: New test.
+ * g++.dg/modules/lambda-11_a.H: New test.
+ * g++.dg/modules/lambda-11_b.C: New test.
+
2025-09-18 hongtao.liu <hongtao.liu@intel.com>
Backported from master: