[Bug fortran/30779] New: incomplete file triggers ICE
jv244 at cam dot ac dot uk
gcc-bugzilla@gcc.gnu.org
Mon Feb 12 19:14:00 GMT 2007
trying to find a testcase for what is currently an issue in PR29975 I ran into
this:
vondele@pcihopt1:/scratch/vondele/clean/cp2k/obj/Linux-x86-64-gfortran/sdbg>
gfortran t.f90
t.f90:0: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
vondele@pcihopt1:/scratch/vondele/clean/cp2k/obj/Linux-x86-64-gfortran/sdbg>
cat t.f90
MODULE M1
INTEGER :: I
END MODULE M1
USE M1, ONLY: I,&
--
Summary: incomplete file triggers ICE
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: jv244 at cam dot ac dot uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30779
More information about the Gcc-bugs
mailing list