This is the mail archive of the gcc-bugs@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]

Bootstrap failure on RA branch



The current RA branch died for me during make bootstrap:

stage1/xgcc -Bstage1/ -B/opt/gcc/new-regalloc/i686-pc-linux-gnu/bin/ -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp -I/cvs/gcc-new-regalloc-branch/gcc -I/cvs/gcc-new-regalloc-branch/gcc/cp -I/cvs/gcc-new-regalloc-branch/gcc/config -I/cvs/gcc-new-regalloc-branch/gcc/../include /cvs/gcc-new-regalloc-branch/gcc/cp/tree.c -o cp/tree.o
stage1/xgcc -Bstage1/ -B/opt/gcc/new-regalloc/i686-pc-linux-gnu/bin/ -c  -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes   -DHAVE_CONFIG_H    -I. -Icp -I/cvs/gcc-new-regalloc-branch/gcc -I/cvs/gcc-new-regalloc-branch/gcc/cp -I/cvs/gcc-new-regalloc-branch/gcc/config -I/cvs/gcc-new-regalloc-branch/gcc/../include /cvs/gcc-new-regalloc-branch/gcc/cp/xref.c -o cp/xref.o
/cvs/gcc-new-regalloc-branch/gcc/cp/tree.c: In function `list_hash_pieces':
/cvs/gcc-new-regalloc-branch/gcc/cp/tree.c:722: Virtual array basic_block_for_insn[94]: element 95 out of bounds in emit_pre_reload_insns, at pre-reload.c:891
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
make[2]: *** [cp/tree.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/builds/gcc/cross/gcc'

I configured on i686-linux-gnu with:
/cvs/gcc-new-regalloc-branch/configure --prefix=/opt/gcc/new-regalloc --enable-shared \
         --enable-threads=posix \
         --with-gnu-as --with-gnu-ld --disable-nls --with-system-zlib \
         --enable-languages=c,objc,c++,f77,java

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]