diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3b88179..5ce9dc6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2012-03-06 Richard Guenther <rguenther@suse.de> + * fold-const.c (build_fold_addr_expr_with_type_loc): Fold + MEM_REF with constant pointer operand. + +2012-03-06 Richard Guenther <rguenther@suse.de> + PR middle-end/52493 * tree-ssa-alias.c (ptr_derefs_may_alias_p): Robustify. |