diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 536ef54..12452b5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2007-10-15 Richard Guenther <rguenther@suse.de> + + * fold-const.c (extract_array_ref): Remove. + (fold_comparison): Handle POINTER_PLUS_EXPR with the + generic address expression comparison folding. Remove + the folding that used extract_array_ref. + 2007-10-15 Maxim Kuvyrkov <maxim@codesourcery.com> PR target/33133 |