On 07/31/2012 11:50 AM, Janus Weil wrote:
The patch was regtested successfully on x86_64-unknown-linux-gnu. Ok for trunk?
The patch looks okay. I assume, the patch doesn't help to get PR 54035 fixed,does it? (That PR is about TBP binding to the generic instead of the specific name.)
Tobias
2012-07-31 Janus Weil <ja...@gcc.gnu.org> PR fortran/42418 * decl.c (match_procedure_interface): Move some checks to 'resolve_procedure_interface'. Set flavor if appropriate. * expr.c (gfc_check_pointer_assign): Cleanup of 'gfc_is_intrinsic'. * intrinsic.c (gfc_is_intrinsic): Additional checks for attributes which identify a procedure as being non-intrinsic. * resolve.c (resolve_procedure_interface): Checks moved here from 'match_procedure_interface'. Minor cleanup. (resolve_formal_arglist,resolve_symbol): Cleanup of 'resolve_procedure_interface' (resolve_actual_arglist,is_external_proc): Cleanup of 'gfc_is_intrinsic'. 2012-07-31 Janus Weil <ja...@gcc.gnu.org> PR fortran/42418 * gfortran.dg/proc_decl_29.f90: New.