This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Mainline failed to bootstrap
- From: "H. J. Lu" <hjl at lucon dot org>
- To: gcc at gcc dot gnu dot org
- Cc: ebotcazou at adacore dot com
- Date: Mon, 16 Jan 2006 11:53:31 -0800
- Subject: Mainline failed to bootstrap
Due to
http://gcc.gnu.org/ml/gcc-patches/2006-01/msg00837.html
I got
cc1: warnings being treated as errors
/export/gnu/src/gcc/gcc/gcc/fold-const.c: In function âfold_minmaxâ:
/export/gnu/src/gcc/gcc/gcc/fold-const.c:7194: warning: âcompl_codeâ
may be used uninitialized in this function make[5]: *** [fold-const.o]
Error 1
make[5]: *** Waiting for unfinished jobs....
H.J.