http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839
Richard Guenther changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839
Richard Guenther changed:
What|Removed |Added
Keywords||wrong-debug
--- Comment #4 from Richar
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
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47839
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
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