This is the mail archive of the
gcc-testresults@gcc.gnu.org
mailing list for the GCC project.
3.1 bootstrap failure on sparc-sun-solaris2.8
- To: gcc-testresults at gcc dot gnu dot org
- Subject: 3.1 bootstrap failure on sparc-sun-solaris2.8
- From: lucier at math dot purdue dot edu
- Date: Mon, 30 Jul 2001 06:50:16 -0500 (EST)
- Cc: lucier at math dot purdue dot edu
With today's CVS sources and a generic configure, bootstrap
fails on sparc-sun-solaris2.8 with the message
stage1/xgcc -Bstage1/ -B/pkgs/gcc-2.96/sparc-sun-solaris2.8/bin/ -c -DIN_GCC
-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -DHA
VE_CONFIG_H -I. -Ijava -I../../gcc -I../../gcc/java -I../../gcc/config -I../.
./gcc/../include ../../gcc/java/jcf-dump.c -o java/jcf-dump.o
../../gcc/java/jcf-dump.c: In function `main':
../../gcc/java/jcf-dump.c:1047: Virtual array basic_block_for_insn[1851]: elemen
t 1863 out of bounds in merge_blocks_nomove, at flow.c:2887
There has recently been a tremendous increase in these warnings on
sparc:
20 cast from pointer to integer of different size
19 ??? format, ??? arg (arg ???)
which I don't particularly like; see
http://gcc.gnu.org/ml/gcc-testresults/2001-07/msg00514.html
Brad Lucier