fold-const.c (fold): Fix bug in (A & C) == D where D & ~C != 0 and similarly in…
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
Showing
Please
register
or
sign in
to comment