This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Since two days I get a bootstrap failure when bootstrapping 3.4 branch (i686-pc-linux-gnu with --enable-checking): stage1/xgcc -Bstage1/ -B/home/reichelt/GCC/FARM/gcc-3.3-20040216/i686-pc-linux-gnu/bin/ -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wold-style-definition -fno-common -DHAVE_CONFIG_H -I. -I. -I../../gcc/gcc -I../../gcc/gcc/. -I../../gcc/gcc/../include -c insn-recog.c \ -o insn-recog.o insn-recog.c: In function `recog_15': insn-recog.c:15695: 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. make[1]: *** [insn-recog.o] Error 1 make[1]: Leaving directory `/Work/reichelt/gccbuild/src-3.4/build/gcc' make: *** [stage2_build] Error 2 Anybody else seeing this? I used gcc 3.3.3 and gcc 3.4.0-20040214 as a bootstrap-compiler. Attached is a smaller testcase (about 1.3 kB) that crashes the stage1-compiler with -O2. Regards, Volker
Attachment:
bootfail.c
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |