fold-const.c (fold_truthop): Verify that the lhs and rhs are in the same bit position...
authorCharles M. Hannum <root@ihack.net>
Fri, 26 Mar 1999 01:08:54 +0000 (18:08 -0700)
committerJeff Law <law@gcc.gnu.org>
Fri, 26 Mar 1999 01:08:54 +0000 (18:08 -0700)
commit142413745029dfc6147595a843ed06b4b2d2c4ce
treed23be2bdb3592e77b8ae3c7ae916c0fb74edd372
parent5197829d3cac9e363ee2c3bdd62999206b5cd2e2
fold-const.c (fold_truthop): Verify that the lhs and rhs are in the same bit position when...

       * fold-const.c (fold_truthop): Verify that the lhs and rhs are
       in the same bit position when optimizing bitfield references
       which have the same mask.

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