diff options
author | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-05 02:32:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-07-05 02:32:53 +0000 |
commit | a38825d2c8143aad54427a0bd8591ce45727442d (patch) | |
tree | 2551bc9618542c203c3c01b692d04150347c598c /gcc | |
parent | 7b96f3e460ad3e7be4ba9a75139cd62ab77eebe1 (diff) | |
download | gcc-a38825d2c8143aad54427a0bd8591ce45727442d.zip gcc-a38825d2c8143aad54427a0bd8591ce45727442d.tar.gz gcc-a38825d2c8143aad54427a0bd8591ce45727442d.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b077b0..5b1cf64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -118,6 +118,7 @@ 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 |