+2025-10-12 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/122163
+ * expr.cc (mark_use): When processing a reference, always return
+ an lvalue reference when !rvalue_p.
+
2025-10-10 Patrick Palka <ppalka@redhat.com>
PR c++/122192
+2025-10-12 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/95543
+ PR fortran/103748
+ * decl.cc (insert_parameter_exprs): Guard param->expr before
+ using it.
+ (gfc_get_pdt_instance): Substitute paramaters in kind default
+ initializers.
+ (gfc_match_decl_type_spec): Emit an error if a type paramter
+ specification list appears in a variable declaraion with a
+ non-parameterized type.
+ * primary.cc (gfc_match_rvalue): Emit an error if a type spec
+ list is empty.
+
2025-10-11 Harald Anlauf <anlauf@gmx.de>
PR fortran/50377
+2025-10-12 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/122163
+ * g++.dg/cpp0x/lambda/lambda-ref3.C: New test.
+
+2025-10-12 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/95543
+ PR fortran/103748
+ * gfortran.dg/pdt_17.f03: Change error message.
+ * gfortran.dg/pdt_57.f03: New test.
+ * gfortran.dg/pdt_58.f03: New test.
+
2025-10-11 Gaius Mulley <gaiusmod2@gmail.com>
* gm2/iso/fail/badfield.mod: New test.