OSDN Git Service

PR c/11428
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Jul 2003 02:32:53 +0000 (02:32 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 5 Jul 2003 02:32:53 +0000 (02:32 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68954 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog

index 0b077b0..5b1cf64 100644 (file)
 
 2003-07-04  Jeff Law  <law@redhat.com>
 
+       PR c/11428
        * 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