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/59440] [4.9 Regression] ICE in force_decl_die, at dwarf2out.c:20111 with -g


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59440

--- Comment #11 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Fri Jan 17 14:42:58 2014
New Revision: 206711

URL: http://gcc.gnu.org/viewcvs?rev=206711&root=gcc&view=rev
Log:
    PR fortran/59440
    * tree-nested.c (convert_nonlocal_reference_stmt,
    convert_local_reference_stmt): For NAMELIST_DECLs in gimple_bind_vars
    of GIMPLE_BIND stmts, adjust associated decls.

    * gfortran.dg/pr59440-1.f90: New test.
    * gfortran.dg/pr59440-2.f90: New test.
    * gfortran.dg/pr59440-3.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/pr59440-1.f90
    trunk/gcc/testsuite/gfortran.dg/pr59440-2.f90
    trunk/gcc/testsuite/gfortran.dg/pr59440-3.f90
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-nested.c


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