Re: PATCH: Mainline failed to bootstrap

2006-01-16 Thread Eric Botcazou
> 2006-01-16 H.J. Lu <[EMAIL PROTECTED]> > > * fold-const.c (fold_minmax): Always initialize compl_code. That's not very elegant. Let's use gcc_unreachable () instead. -- Eric Botcazou

Re: PATCH: Mainline failed to bootstrap

2006-01-16 Thread Ian Lance Taylor
"H. J. Lu" <[EMAIL PROTECTED]> writes: > 2006-01-16 H.J. Lu <[EMAIL PROTECTED]> > > * fold-const.c (fold_minmax): Always initialize compl_code. > > --- gcc/fold-const.c.foo 2006-01-16 11:33:31.0 -0800 > +++ gcc/fold-const.c 2006-01-16 11:56:13.0 -0800 > @@ -7191,14

Re: PATCH: Mainline failed to bootstrap

2006-01-16 Thread Andrew Pinski
On Jan 16, 2006, at 3:00 PM, H. J. Lu wrote: This patch works for me. But not the real problem. The real problem is the use of "gcc_assert (FALSE);" which just can be turned into gcc_unreachable as mentioned in my other email. -- Pinski