aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2012-10-17 07:03:35 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-10-17 07:03:35 +0000
commit3768afe9169efc51f9d76d5c3bafc97336167574 (patch)
tree3ad7755aa64a719d6b77adf518d71be737f3066f /gcc
parent8c266ffa32d238cc400fa8ed92448de789f67739 (diff)
downloadgcc-3768afe9169efc51f9d76d5c3bafc97336167574.zip
gcc-3768afe9169efc51f9d76d5c3bafc97336167574.tar.gz
gcc-3768afe9169efc51f9d76d5c3bafc97336167574.tar.bz2
Add missing entry.
From-SVN: r192527
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 72b9e14..25e753b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,15 @@
+2012-10-16 Eric Botcazou <ebotcazou@adacore.com>
+
+ 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 <steven@gcc.gnu.org>
* df-problems.c (df_kill_notes): Split up in two functions.