This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline failed to bootstrap
- From: Eric Botcazou <ebotcazou at adacore dot com>
- To: "H. J. Lu" <hjl at lucon dot org>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 16 Jan 2006 21:05:16 +0100
- Subject: Re: Mainline failed to bootstrap
- References: <20060116195331.GA13176@lucon.org>
> 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
Interesting, there is a gcc_assert in the never-taken path. I presume it's
with --enable-bootstrap? Which stage?
--
Eric Botcazou