]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 16 Oct 2012 22:49:07 +0000 (22:49 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Tue, 16 Oct 2012 22:49:07 +0000 (22:49 +0000)
commit88d8330d67ec17569e4b7e52989934bf6908a1f0
tree01d1822515deb56bf92d32e9ff0cc1bcea39dc1b
parentda4fdf2d3ff45366d9378882ad1646306ceee305
re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)

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.

From-SVN: r192517
gcc/cfgexpand.c
gcc/dse.c
gcc/gimplify.c
gcc/tree.h