This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/13901] New: gcc crashes (internal compiler error: Illegal instruction) with a simple program
- From: "bortzmeyer at debian dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Jan 2004 21:39:40 -0000
- Subject: [Bug c/13901] New: gcc crashes (internal compiler error: Illegal instruction) with a simple program
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
borm@hurd:~/tmp/echoping-5.1.0$ uname -a
GNU hurd 0.3 GNUmach-1.2/Hurd-0.3 i386-AT386 GNU
borm@hurd:~/tmp/echoping-5.1.0$ gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -Wall
-c echoping.c
echoping.c: In function `main':
echoping.c:1267: internal compiler error: Illegal instruction
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
borm@hurd:~/tmp/echoping-5.1.0$ gcc -v -save-temps -DHAVE_CONFIG_H -I. -I. -I.
-g -O2 -Wall -c echoping.c
Reading specs from /usr/lib/gcc-lib/i586-gnu/3.3.2/specs
Configured with: ../src/configure -v --enable-languages=c,c++,f77,objc,treelang
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-inclu
de-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib --enable-nls --wi
thout-included-gettext --enable-__cxa_atexit --enable-clocale=gnu --enable-debug
--enable-objc-gc i586-gnu
Thread model: single
gcc version 3.3.2 (Debian)
/usr/lib/gcc-lib/i586-gnu/3.3.2/cc1 -E -quiet -v -I. -I. -I. -D__GNUC__=3 -D__G
NUC_MINOR__=3 -D__GNUC_PATCHLEVEL__=2 -DHAVE_CONFIG_H echoping.c -Wall -O2 echop
ing.i
ignoring nonexistent directory "/usr/i586-gnu/include"
ignoring duplicate directory "."
ignoring duplicate directory "."
#include "..." search starts here:
#include <...> search starts here:
.
/usr/local/include
/usr/lib/gcc-lib/i586-gnu/3.3.2/include
/include
End of search list.
/usr/lib/gcc-lib/i586-gnu/3.3.2/cc1 -fpreprocessed echoping.i -quiet -dumpbase
echoping.c -auxbase echoping -g -O2 -Wall -version -o echoping.s
GNU C version 3.3.2 (Debian) (i586-gnu)
compiled by GNU C version 3.3.2 (Debian).
GGC heuristics: --param ggc-min-expand=42 --param ggc-min-heapsize=22520
echoping.c: In function `main':
echoping.c:1267: 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.
--
Summary: gcc crashes (internal compiler error: Illegal
instruction) with a simple program
Product: gcc
Version: 3.3.2
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bortzmeyer at debian dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: i386-unknown-gnu0.3
GCC host triplet: i386-unknown-gnu0.3
GCC target triplet: i386-unknown-gnu0.3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13901