cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
authorJan Hubicka <hubicka@ucw.cz>
Thu, 12 Mar 2015 00:14:19 +0000 (01:14 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 12 Mar 2015 00:14:19 +0000 (00:14 +0000)
commit1c4db829238c99209ba210d36a4290cf0eb809ff
tree9f5abb5d1ef41104ac985a833791fcc67420ed66
parent8648c55f3b703a0a824ae0815485dbebe4e01478
cgraph.c (cgraph_node::release_body): Free function_in_decl_state.

* cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
(cgraph_node::remove): Likewise.
(cgraph_node::get_untransformed_body): Likewise.
* varpool.c (varpool_node::remove): Likewise.
(varpool_node::get_constructor): Add sanity check.
* lto.c (read_cgraph_and_symbols): Do not do merging
at ltrans stage.

From-SVN: r221366
gcc/ChangeLog
gcc/cgraph.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/varpool.c