fold-const.c (fold): Fold -(~A) to A + 1.
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. From-SVN: r95074
Showing
gcc/testsuite/gcc.dg/pr15785-1.c
0 → 100644
Please
register
or
sign in
to comment