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)
commita38825d2c8143aad54427a0bd8591ce45727442d
tree2551bc9618542c203c3c01b692d04150347c598c
parent7b96f3e460ad3e7be4ba9a75139cd62ab77eebe1
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