This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15683] New: -g -fno-globals -Wno-globals ICE in f771
- From: "jakub at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 May 2004 15:17:25 -0000
- Subject: [Bug fortran/15683] New: -g -fno-globals -Wno-globals ICE in f771
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
C { dg-options "-g -fno-globals -Wno-globals" }
subroutine a(i)
implicit none
integer i
i = 0
return
end
subroutine a(i)
implicit none
integer i
i = 0
return
end
It seems that -fno-globals option happily allows compiling source which will
not assemble later on and with -g causes ICE.
--
Summary: -g -fno-globals -Wno-globals ICE in f771
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jakub at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15683