Art Haas wrote:
Hi.

My builds have been failing since about last night on my i386-pc-solaris2.10
system. I was able to build successfully yesterday - the compiler configuration
info is below:

$ gcc -v
Using built-in specs.
Target: i386-pc-solaris2.10
Configured with: /export/home/arth/gnu/gcc.git/configure 
--enable-languages=c,c++,objc --disable-nls --disable-checking 
--with-gmp=/usr/local --with-mpfr=/usr/local --enable-threads --with-gnu-as 
--with-as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld 
--disable-multilib --disable-libstdcxx-pch
Thread model: posix
gcc version 4.3.0 20071108 (experimental) (GCC)
$

Builds today fail during stage2 when compiling 'reg-stack.c'

$ make bootstrap-lean ...
{ ... lots of stuff snipped ... }
cc1: warnings being treated as errors
/export/home/arth/gnu/gcc.git/gcc/reg-stack.c: In function 'swap_to_top':
cc1: error: array subscript is below array bounds
{ ... more snippage as build stops ... }
make[3]: *** [reg-stack.o] Error 1
make[3]: *** Waiting for unfinished jobs....
rm gcov.pod fsf-funding.pod gfdl.pod cpp.pod gpl.pod gcc.pod
make[3]: Leaving directory `/export/home/arth/gnu/gcc-1109/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/export/home/arth/gnu/gcc-1109'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/export/home/arth/gnu/gcc-1109'
make: *** [bootstrap-lean] Error 2
$

I have been successfully building on a sparc-sun-solaris2.10 system with the
current code.

Anyone else seeing this failure?

yep, on darwin-?86 with disable-checking, try w/o disable-checking.

Andreas

Reply via email to