This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.0.4 thumb floating pt bug
- From: Ted Merrill <ted at arraycomm dot com>
- To: Richard dot Earnshaw at arm dot com
- Cc: gcc-bugs at gcc dot gnu dot org, rearnsha at arm dot com
- Date: Thu, 28 Feb 2002 18:35:15 -0800 (PST)
- Subject: Re: gcc 3.0.4 thumb floating pt bug
Thanks, this fixed it!
-Ted Merrill
On Wed, 27 Feb 2002, Richard Earnshaw wrote:
> Ted,
>
> This is a generic bug in the combiner pass.
>
> Can you please try this patch.
>
> R.
>
> 2002-02-27 Richard Earnshaw <rearnsha@arm.com>
>
> * combine.c (simplify_comparision): If simplifying a logical-shift
> right and compare with constant to eliminate the shift, make the
> comparison unsigned.
>
>
>