This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: ARM bootstrap failures (all configurations)
- To: Richard Henderson <rth at redhat dot com>
- Subject: Re: ARM bootstrap failures (all configurations)
- From: Richard Earnshaw <rearnsha at arm dot com>
- Date: Mon, 19 Feb 2001 11:14:12 +0000
- cc: Richard dot Earnshaw at arm dot com, gcc-bugs at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Organization: ARM Ltd.
- Reply-To: Richard dot Earnshaw at arm dot com
> On Sat, Feb 17, 2001 at 09:45:28AM -0800, Richard Henderson wrote:
> > Apparently we may have re-discovered why I made the change in
> > the first place -- something that was unfortunately lost in time.
>
> Nope, ifcvt post-dates the original change. This appears
> to fix the bug. Committed to mainline.
>
>
> r~
>
>
> * ifcvt.c (dead_or_predicable): Don't move code if eh regions
> would be disrupted.
This fixes the bootstrap problem; but it needs to be on the branch a well.
R.