diff options
| author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-05 02:32:53 +0000 |
|---|---|---|
| committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-07-05 02:32:53 +0000 |
| commit | 629f7e57c32f3b6aa9d92c1b5ef2f923ef749b48 (patch) | |
| tree | 2551bc9618542c203c3c01b692d04150347c598c /gcc | |
| parent | 945220d63a29e1085e54320564d51db781637849 (diff) | |
| download | ppe42-gcc-629f7e57c32f3b6aa9d92c1b5ef2f923ef749b48.tar.gz ppe42-gcc-629f7e57c32f3b6aa9d92c1b5ef2f923ef749b48.zip | |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68954 138bc75d-0d04-0410-961f-82ee72b054a4
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 0b077b0b041..5b1cf640cbe 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 |

