fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0 and similarly in ...
authorJosef Zlomek <zlomekj@suse.cz>
Thu, 21 Aug 2003 05:47:43 +0000 (07:47 +0200)
committerJosef Zlomek <zlomek@gcc.gnu.org>
Thu, 21 Aug 2003 05:47:43 +0000 (05:47 +0000)
commited6f90f7ffbe1ac86034e376962a575c02becade
tree052163f6ff9f03792feac0f725a159dd8b0df6ac
parent01bf0f3e3ac0c920504c26a5c3ad325fea567716
fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0 and similarly in (A | C) == D where C...

* fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0
and similarly in (A | C) == D where C & ~D != 0.

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