From e7747b2cd655bb89a4fd00b38cbb548978be81d3 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Wed, 17 Oct 2012 07:03:35 +0000 Subject: Add missing entry. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192527 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 72b9e142957..25e753bbe7b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,15 @@ +2012-10-16 Eric Botcazou + + PR rtl-optimization/54870 + * tree.h (TREE_ADDRESSABLE): Document special usage on SSA_NAME. + * cfgexpand.c (update_alias_info_with_stack_vars ): Set it on the + SSA_NAME pointer that points to a partition if there is at least + one variable with it set in the partition. + * dse.c (local_variable_can_escape): New predicate. + (can_escape): Call it. + * gimplify.c (mark_addressable): If this is a partitioned decl, also + mark the SSA_NAME pointer that points to a partition. + 2012-10-16 Steven Bosscher * df-problems.c (df_kill_notes): Split up in two functions. -- cgit v1.2.3