>> Patch was regtested on x86_64-unknown-linux-gnu. Ok for trunk? > > > Looks OK. Thanks!
Thanks for the review. Committed as r190069. Cheers, Janus >> 2012-08-01 Janus Weil <ja...@gcc.gnu.org> >> >> PR fortran/54147 >> * resolve.c (check_proc_interface): New routine for PROCEDURE >> interface >> checks. >> (resolve_procedure_interface,resolve_typebound_procedure, >> resolve_fl_derived0): Call it. >> >> 2012-08-01 Janus Weil <ja...@gcc.gnu.org> >> >> PR fortran/54147 >> * gfortran.dg/abstract_type_6.f03: Modified. >> * gfortran.dg/proc_ptr_comp_3.f90: Modified. >> * gfortran.dg/proc_ptr_comp_35.f90: New. >> * gfortran.dg/typebound_proc_9.f03: Modified. >> * gfortran.dg/typebound_proc_26.f90: New. > >