From: kazu Date: Sat, 5 Jul 2003 02:32:53 +0000 (+0000) Subject: PR c/11428 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=629f7e57c32f3b6aa9d92c1b5ef2f923ef749b48;p=thirdparty%2Fgcc.git 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 result when folding a sign bit test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68954 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b077b0b0410..5b1cf640cbed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -118,6 +118,7 @@ 2003-07-04 Jeff Law + 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