On 09/11/2007, Andreas Tobler <[EMAIL PROTECTED]> wrote: > > > > 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.
I'm still seeing the same failure on x86_64-unknown-linux-gnu, is this going to get fixed? Jon > > Andreas >