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 middle-end/27881] [4.1 Regression] Memory exhausted with -finline-functions on testsuite file alias3.C



------- Comment #5 from rguenth at gcc dot gnu dot org  2006-06-07 14:01 -------
I'm checking if it was fixed by

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=109379
Log:
2006-01-05  Richard Guenther  <rguenther@suse.de>
            Diego Novillo  <dnovillo@redhat.com>

        * tree-pass.h (TODO_remove_unused_locals): Define.
        * gimple-low.c (expand_var_p, remove_useless_vars,
        pass_remove_useless_vars): Remove.  Update all users.
        * tree-ssa-live.c (mark_all_vars_used_1): Handle SSA names.
        (remove_unused_locals): New function.
        * tree-flow.h (remove_unused_locals): Declare.
        * passes.c (execute_todo): Call remove_unused_locals if
        TODO_remove_unused_locals is set.
        * tree-into-ssa.c (pass_build_ssa): Add TODO_remove_unused_locals.
        * tree-ssa-dce.c (pass_dce): Likewise.
        * tree-outof-ssa.c (pass_del_ssa): Likewise.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27881


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