> > Mike Stump <[EMAIL PROTECTED]> writes: > > > Here is an innovative new build failure, as seen on i686-apple-darwin9: > > > > ../../gcc/gcc/expmed.c:4179: warning: signed and unsigned type in > > conditional expression > > make[3]: *** [expmed.o] Error 1 > > make[2]: *** [all-stage2-gcc] Error 2 > > Yikes, my fault. I wonder why it didn't fail for me?
Because -Werror during bootstrap was just fixed, most likely right before you applied your patch. -- Pinski