From a38825d2c8143aad54427a0bd8591ce45727442d Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 5 Jul 2003 02:32:53 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2