This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.
> 
> 
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]