* cgraph.c (cgraph_node::release_body): Free function_in_decl_state.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Mar 2015 00:14:19 +0000 (00:14 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Mar 2015 00:14:19 +0000 (00:14 +0000)
commite9e2b82fdee5d6a66686412b6c5c4a02dbb76429
tree9f5abb5d1ef41104ac985a833791fcc67420ed66
parent312da1e0c113a4ce2aac92e73af1ee8e09d45879
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@221366 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraph.c
gcc/lto/ChangeLog
gcc/lto/lto.c
gcc/varpool.c