tree-nested.c (get_frame_type): Use create_tmp_var_raw instead of create_tmp_var_for...
authorEric Botcazou <ebotcazou@adacore.com>
Thu, 21 Jun 2018 17:01:12 +0000 (17:01 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Thu, 21 Jun 2018 17:01:12 +0000 (17:01 +0000)
commit575b192558435f0128e6f71afb95d002cdef835e
tree31a1264f0d74e079d431821c1c9ff7de7cd5410d
parent29cbd18b58a4fa3f2ee57b25df270cec5a4d1adf
tree-nested.c (get_frame_type): Use create_tmp_var_raw instead of create_tmp_var_for to create the FRAME decl.

* tree-nested.c (get_frame_type): Use create_tmp_var_raw instead of
create_tmp_var_for to create the FRAME decl.
(finalize_nesting_tree_1): Do not unchain the FRAME decl.

From-SVN: r261854
gcc/ChangeLog
gcc/tree-nested.c