diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7a2aa56a0e4..dd853a66212 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +2004-12-01 Diego Novillo <dnovillo@redhat.com> + + PR tree-optimization/18291 + * tree-ssa-copy.c (merge_alias_info): Fix merging of + flow-sensitive alias information. If the new pointer has no + name tag, copy it from the original pointer. Otherwise, make + sure that the pointed-to sets have a common intersection. + 2004-12-01 Richard Henderson <rth@redhat.com> PR rtl-opt/15289 |