This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/30779] incomplete file triggers ICE
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Feb 2007 19:29:56 -0000
- Subject: [Bug fortran/30779] incomplete file triggers ICE
- References: <bug-30779-6642@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from tkoenig at gcc dot gnu dot org 2007-02-12 19:29 -------
Confirmed.
Backtrace:
(gdb) r t.f90
Starting program: /home/ig25/libexec/gcc/i686-pc-linux-gnu/4.3.0/f951 t.f90
Failed to read a valid object file image from memory.
t.f90:1:
cat t.f90
1
Error: Unclassifiable statement at (1)
Program received signal SIGSEGV, Segmentation fault.
0x0809a6d7 in gfc_next_char_literal (in_string=0)
at /home/ig25/gcc/trunk/gcc/fortran/scanner.c:711
711 if (gfc_current_locus.lb->linenum == continue_line + 1)
--
tkoenig at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tkoenig at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Keywords| |error-recovery, ice-on-
| |invalid-code
Last reconfirmed|0000-00-00 00:00:00 |2007-02-12 19:29:56
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30779