+2025-02-04 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-11-06 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/117434
+ * interface.cc (gfc_compare_actual_formal): Skip 'Expected a
+ procedure pointer error' if the formal argument typespec has an
+ interface and the type of the actual arg is BT_PROCEDURE.
+
2025-01-31 Harald Anlauf <anlauf@gmx.de>
Backported from master:
+2025-02-04 Paul Thomas <pault@gcc.gnu.org>
+
+ Backported from master:
+ 2024-11-06 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/117434
+ * gfortran.dg/proc_ptr_54.f90: New test. This is temporarily
+ compile-only until one one seven four five five is fixed.
+ * gfortran.dg/proc_ptr_55.f90: New test.
+ * gfortran.dg/proc_ptr_56.f90: New test.
+
2025-02-03 Lewis Hyatt <lhyatt@gmail.com>
PR middle-end/115913