expr.c (do_store_flag): Pass in the correct result type when calling fold_single_bit_...
authorJeff Law <law@redhat.com>
Fri, 4 Jul 2003 22:00:19 +0000 (16:00 -0600)
committerJeff Law <law@gcc.gnu.org>
Fri, 4 Jul 2003 22:00:19 +0000 (16:00 -0600)
commit60cd4daea2a58e4be6f9c91cbca66f63a033182f
tree3a9bd21e507ddfde6621f5d3a0295642f5e56dd1
parent5e14ae7e269c0ae1206b62237f7b6cbdd68f6fec
expr.c (do_store_flag): Pass in the correct result type when calling fold_single_bit_test.

        * expr.c (do_store_flag): Pass in the correct result type
        when calling fold_single_bit_test.
        * fold-const.c (fold_single_bit_test): Use result_type for the
        result when folding a sign bit test.

From-SVN: r68940
gcc/ChangeLog
gcc/expr.c
gcc/fold-const.c