]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR c/11428 (gcc aborts in compiling Linux 2.5.74 reiserfs driver)
authorKazu Hirata <kazu@gcc.gnu.org>
Sat, 5 Jul 2003 02:32:53 +0000 (02:32 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 5 Jul 2003 02:32:53 +0000 (02:32 +0000)
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

index 0b077b0b04108c5a9a799781085c98bb926c8387..5b1cf640cbed4c511a92d5967238c04c27c528d6 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