[Bug fortran/47839] ICE in dwarf2out.c:add_AT_specification

2011-02-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839 Richard Guenther changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug fortran/47839] ICE in dwarf2out.c:add_AT_specification

2011-02-24 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839 --- Comment #5 from Richard Guenther 2011-02-24 09:53:30 UTC --- Author: rguenth Date: Thu Feb 24 09:53:26 2011 New Revision: 170463 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=170463 Log: 2011-02-24 Richard Guenther PR fortran

[Bug fortran/47839] ICE in dwarf2out.c:add_AT_specification

2011-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839 Richard Guenther changed: What|Removed |Added Keywords||wrong-debug --- Comment #4 from Richar

[Bug fortran/47839] ICE in dwarf2out.c:add_AT_specification

2011-02-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839 --- Comment #3 from Richard Guenther 2011-02-22 11:46:04 UTC --- I think this also hints at possible DECL issues with imported vars. You can see how the C frontend handles the function/block local externs around c-decl.c:1206 else if

[Bug fortran/47839] ICE in dwarf2out.c:add_AT_specification

2011-02-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug fortran/47839] ICE in dwarf2out.c:add_AT_specification

2011-02-21 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839 --- Comment #1 from Richard Guenther 2011-02-21 16:19:20 UTC --- --- a.f90 MODULE globalvar_mod integer:: xstart, ystart, zstart, xstop, ystop, zstop CONTAINS END MODULE globalvar_mod --- b.f90 MODULE PEC_mod CONTAINS SUBROUTINE PECapp