Module Name: src Committed By: mycroft Date: Thu Mar 4 10:08:09 UTC 1999 Modified Files: src/gnu/dist/gcc: fold-const.c Log Message: Fix another bug in fold_truthop(). When comparing two bitfields where the lhs and rhs have the same size, but are in different bit positions, and the masks are also shifted, we could erroneously omit the shift.