This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/14108] [3.4/3.5 regression] ICE on simple testcase


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]