+2024-12-15 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/117730
+ PR fortran/84674
+ * class.cc (add_proc_comp): If the present typebound procedure
+ component is abstract, unconditionally check the replacement.
+ Only reject a non_overridable if it has no overridden procedure
+ and the component is already present in the vtype.
+
2024-12-06 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Backported from master:
+2024-12-15 Paul Thomas <pault@gcc.gnu.org>
+
+ PR fortran/117730
+ PR fortran/84674
+ * gfortran.dg/pr117730_a.f90: New test.
+ * gfortran.dg/pr117730_b.f90: New test.
+ * gfortran.dg/pr84674.f90: New test.
+
2024-12-14 Gaius Mulley <gaiusmod2@gmail.com>
Backported from master: