[Bug fortran/27954] ICE on garbage in DATA statement
jvdelisle at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 11 01:40:00 GMT 2006
------- Comment #11 from jvdelisle at gcc dot gnu dot org 2006-09-11 01:40 -------
I can coax a segfault out of this:
program FOO
character*20 Y /'Abcdef'/ 0
print *, Y
end program FOO
$ gfc pr27954.f90
In file pr27954.f90:2
character*20 Y /'Abcdef'/ 0
1
Error: Syntax error in data declaration at (1)
pr27954.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.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27954
More information about the Gcc-bugs
mailing list