This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Recent CVS; Next 3.3; bus error in stage2
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Recent CVS; Next 3.3; bus error in stage2
- From: James McKelvey <mckelvey at maskull dot com>
- Date: Sat, 10 Mar 2001 19:03:14 -0800
- Reply-To: mckelvey at maskull dot com
Latest CVS, bus error in stage 2 in gengenrtl. The bug looks to be a code
generation problem; I see nothing wrong with the code.
gmake[1]: Entering directory `/SmaugC/Sources2/gcc-obj/gcc'
gmake CC="stage2/xgcc -Bstage2/ -B/usr/local/m68k-next-nextstep3/bin/" \
STAGE_PREFIX=stage2/ \
CFLAGS="-g -O2" LDFLAGS="-segaddr __DATA 6000000"
WARN_CFLAGS="\$(GCC_WARN_CFLAGS)" STRICT_WARN="-Wtraditional -pedantic
-Wno-long-long" libdir=/usr/local/lib LANGUAGES="c gcov c++" MAKEOVERRIDES=
OUTPUT_OPTION="-o \$@"
gmake[2]: Entering directory `/SmaugC/Sources2/gcc-obj/gcc'
stage2/xgcc -Bstage2/ -B/usr/local/m68k-next-nextstep3/bin/ -DIN_GCC -g
-O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wtraditional -pedantic -Wno-long-long -DHAVE_CONFIG_H -DGENERATOR_FILE
-segaddr __DATA 6000000 -o gengenrtl \
gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in
?*) echo ;; esac ` ` case "" in ?*) echo ;; esac ` ` case "" in ?*) echo
;; esac `
./gengenrtl -h >tmp-genrtl.h
/bin/sh: 20405 Bus error - core dumped
gmake[2]: *** [s-genrtl] Error 138
gmake[2]: Leaving directory `/SmaugC/Sources2/gcc-obj/gcc'
gmake[1]: *** [stage3_build] Error 2
gmake[1]: Leaving directory `/SmaugC/Sources2/gcc-obj/gcc'
gmake: *** [bootstrap] Error 2
---
The only thing necessary for the triumph of good is
for evil men to do nothing.
Jim McKelvey mckelvey@maskull.com