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] PR 15785


On 15 Feb 2005, James A. Morrison wrote:
> 2005-02-15  James A. Morrison  <phython@gcc.gnu.org>
>
>       * fold-const.c (fold): Fold -(~A) to A + 1.  Fold ~(-A) to A - 1.
>       Fold ~(A - 1) and ~(A + -1) to -A.

This is Ok for mainline.  Thanks.

Roger
--


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