+2025-04-27 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-04-27 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/119939
+ * module.cc (trees_out::lang_decl_vals): Also stream
+ lang->u.fn.context when DECL_UNIQUE_FRIEND_P.
+ (trees_in::lang_decl_vals): Likewise.
+
+2025-04-27 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-04-22 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/119863
+ * name-lookup.cc (get_mergeable_namespace_binding): Remove
+ no-longer-used function.
+ (lookup_imported_hidden_friend): Also look for hidden imported
+ decls in an attached decl's module.
+
2025-04-25 Release Manager
* GCC 15.1.0 released.
+2025-04-27 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-04-27 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/119939
+ * g++.dg/modules/concept-11_a.H: New test.
+ * g++.dg/modules/concept-11_b.C: New test.
+
+2025-04-27 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-04-22 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/119863
+ * g++.dg/modules/tpl-friend-18_a.C: New test.
+ * g++.dg/modules/tpl-friend-18_b.C: New test.
+ * g++.dg/modules/tpl-friend-18_c.C: New test.
+
2025-04-25 Jakub Jelinek <jakub@redhat.com>
Backported from master: