This is the mail archive of the gcc-patches@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: [patch] Fix PR20922, round 2


On 18 Apr 2005, James A. Morrison wrote:
> 2005-04-18  James A. Morrison  <phython@gcc.gnu.org>
>
>	PR tree-optimization/20922
>	* fold-const.c (fold_binary): Fold X - c > X and X + c < X to false.
>	Fold X + c >= X and fold X - c <= X to true.

This is OK for mainline (with a suitable ChangeLog entry for the
five new testcases :).  Many thanks for your patience.

Roger
--


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