diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 972a783..0561b7b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com> + * fold-const.c (optimize_bit_field_compare): Use wi:: operations + instead of const_binop. + (fold_binary_loc): Likewise. + +2014-05-13 Richard Sandiford <r.sandiford@uk.ibm.com> + * tree-dfa.h (get_addr_base_and_unit_offset_1): Update array index calculation to match get_ref_base_and_extent. |