From: Kazu Hirata Date: Sat, 5 Jul 2003 02:32:53 +0000 (+0000) Subject: re PR c/11428 (gcc aborts in compiling Linux 2.5.74 reiserfs driver) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a38825d2c8143aad54427a0bd8591ce45727442d;p=gcc.git re PR c/11428 (gcc aborts in compiling Linux 2.5.74 reiserfs driver) 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. From-SVN: r68954 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b077b0b041..5b1cf640cbe 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