This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/15978] New: ICE with implicit none (invalid code)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Jun 2004 18:11:35 -0000
- Subject: [Bug fortran/15978] New: ICE with implicit none (invalid code)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
subroutine test
implicit none
integer aa
common/rommel/aaa
end subroutine test
--
Summary: ICE with implicit none (invalid code)
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Keywords: ice-on-invalid-code
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
OtherBugsDependingO 15973
nThis:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15978