>> here is patch for a recent regression with procedure pointers. >> Regtested on x86_64-unknown-linux-gnu. Ok for trunk and 4.8? > > Looks rather obvious. OK - and thanks for the patch.
Thanks for the review. Committed as r198032. > PS: If you have time, could you review my C_LOC patch at > http://gcc.gnu.org/ml/fortran/2013-04/msg00073.html ? Will try to have a look soon ... Cheers, Janus >> 2013-04-17 Janus Weil <ja...@gcc.gnu.org> >> >> PR fortran/56814 >> * interface.c (check_result_characteristics): Get result from >> interface >> if present. >> >> >> 2013-04-17 Janus Weil <ja...@gcc.gnu.org> >> >> PR fortran/56814 >> * gfortran.dg/proc_ptr_42.f90: New. > >