http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45743
--- Comment #4 from Paul Thomas <pault at gcc dot gnu.org> 2011-02-22 20:33:48 UTC --- Author: pault Date: Tue Feb 22 20:33:45 2011 New Revision: 170414 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170414 Log: 2011-02-22 Paul Thomas <pa...@gcc.gnu.org> PR fortran/45743 * trans-decl.c (gfc_get_extern_function_decl): Don't use the gsymbol backend_decl if the procedure has a formal argument that is a procedure. 2011-02-22 Paul Thomas <pa...@gcc.gnu.org> PR fortran/45743 * gfortran.dg/whole_file_32.f90 : New test. Added: trunk/gcc/testsuite/gfortran.dg/whole_file_32.f90 Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/trans-decl.c trunk/gcc/testsuite/ChangeLog