This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Mainline build problem on FC4
On Tue, 2006-06-20 at 08:44 -0400, Andrew MacLeod wrote:
> On Tue, 2006-06-20 at 09:48 +0200, Zdenek Dvorak wrote:
> > Hello,
>
> > does this still fail? I have fixed one misscompilation due to this
> > patch yesterday:
> >
> > 2006-06-19 Zdenek Dvorak <dvorakz@suse.cz>
> >
> > * tree-ssa-loop-niter.c (implies_ge_p): New function.
> > (derive_constant_upper_bound): Handle OP0 - CST in unsigned types
> > correctly.
>
> I'm building now, and I'll let you know. Lets hope so :-)
Indeed, that does resolve the problem.
Thanks
Andrew