fold-const.c (fold, [...]): When folding VAR++ == CONST or VAR-- == CONST construct...
authorAndreas Schwab <schwab@issan.informatik.uni-dortmund.de>
Tue, 2 Jun 1998 21:53:37 +0000 (21:53 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 2 Jun 1998 21:53:37 +0000 (15:53 -0600)
commitdf0e526f2ddd7af54268839582a8b278249da86e
tree1ebe3908161c9d4f702e0bf08a2f7ff5e4835a9b
parentccdb92510523a0302c4bd058a51530d089aac21f
fold-const.c (fold, [...]): When folding VAR++ == CONST or VAR-- == CONST construct a proper mask if...

        * fold-const.c (fold, case EQ_EXPR): When folding VAR++ == CONST
        or VAR-- == CONST construct a proper mask if VAR is a bitfield.
        Cope with CONST being out of range for the bitfield.

From-SVN: r20198
gcc/ChangeLog
gcc/fold-const.c