2002-05-15 Jakub Jelinek <jakub@redhat.com>
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2002 20:39:55 +0000 (20:39 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 15 May 2002 20:39:55 +0000 (20:39 +0000)
commit8539da5e0a6876c2501e5c7832a6809f3a3fc9d0
treefb2a015f0ac63f048599d765f38276b4cc2c2f94
parentb0a9f80acafd1b19f3853604805d603d6bca419b
2002-05-15  Jakub Jelinek  <jakub@redhat.com>

        * fold-const.c (fold): Fix a typo.

2002-05-15  Eric Botcazou  <ebotcazou@multimania.com>

        * fold-const.c (fold) [LT_EXPR]: Move the transformation of a
        comparison against the highest or lowest integer value before
        the 'X >= CST to X > (CST - 1)' and 'X < CST to X <= (CST - 1)'
        transformation and that of an unsigned comparison against 0
        right after.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53493 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c