[Bug c++/14108] [3.4/3.5 regression] ICE on simple testcase
ebotcazou at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Feb 12 19:04:00 GMT 2004
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2004-02-12 19:04 -------
Well, reverting
2004-01-28 Jan Hubicka <jh@suse.cz>
PR c++/12850
* cgraph.c (cgraph_remove_node): Clear out saved/insns/arguments and
initial pointers.
* cgraphunit.c (cgraph_finalize_function): Clear out DECL_SAVED_INSNS
for functions that will be only inlined.
(cgraph_mark_function_to_output): Likewise.
(cgraph_expand_function): Sanity check that DECL_DEFER_OUTPUT is clear;
do not clear function body.
* tree-optimize.c (clear_decl_rtl): Use decl_function_context.
(tree_rest_of_compilation): Reorganize the logic releasing function
body to use callgraph datastructure.
doesn't help.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14108
More information about the Gcc-bugs
mailing list