+2025-01-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/118509
+ * typeck.cc (get_member_function_from_ptrfunc): Wrap force_target_expr
+ with save_expr.
+
+2025-01-21 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-01-17 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/118049
+ * module.cc (trees_in::is_matching_decl): Propagate
+ FNDECL_USED_AUTO as well.
+
2025-01-19 Simon Martin <simon@nasilyan.com>
Backported from master:
+2025-01-21 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/118509
+ * g++.dg/expr/pmf-4.C: New test.
+
+2025-01-21 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ Backported from master:
+ 2025-01-17 Nathaniel Shead <nathanieloshead@gmail.com>
+
+ PR c++/118049
+ * g++.dg/modules/auto-5_a.C: New test.
+ * g++.dg/modules/auto-5_b.C: New test.
+ * g++.dg/modules/auto-5_c.C: New test.
+ * g++.dg/modules/auto-6_a.H: New test.
+ * g++.dg/modules/auto-6_b.C: New test.
+
2025-01-19 Simon Martin <simon@nasilyan.com>
Backported from master: