This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/45743] [4.6 Regression] gfortran.dg/whole_file_3.f90 ICE: verify_stmts failed: invalid conversion in gimple call with -finline-small-functions


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  <pault@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  <pault@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]