re PR c++/53602 (Libre Office causes an internal compiler error)
authorRichard Henderson <rth@redhat.com>
Sat, 9 Jun 2012 16:27:52 +0000 (09:27 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 9 Jun 2012 16:27:52 +0000 (09:27 -0700)
commit11a687e750e810ac085dfda840ce10f73ee2ce81
tree55f5584472a05a0e58bdd1b98b62d88b9b689b18
parentaef2b1d1f03eacdad6ec5fac97a04eea7cc68174
re PR c++/53602 (Libre Office causes an internal compiler error)

PR c++/53602
        * cfgcleanup.c (execute_jump): Rename from rest_of_handle_jump2.
        (pass_jump): Rename from pass_jump2.
        (execute_jump2, pass_jump2): New.
        * combine-stack-adj.c (rest_of_handle_stack_adjustments): Don't
        perform cfg cleanup here.  Move the test of PUSH_ROUNDING
        and ACCUMULATE_OUTGOING_ARGS test...
        (gate_handle_stack_adjustments): ... here.
        * passes.c (init_optimization_passes): Update for pass_jump2 rename.
        Place new pass_jump2 after pass_stack_adjustments.
        * tree-pass.h (pass_jump): Declare.

From-SVN: r188360
gcc/ChangeLog
gcc/cfgcleanup.c
gcc/combine-stack-adj.c
gcc/passes.c
gcc/tree-pass.h