]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR rtl-optimization/34171 (Segfault in df_chain_remove_problem with -O3 on alpha)
authorSeongbae Park <spark@gcc.gnu.org>
Fri, 30 Nov 2007 17:02:43 +0000 (17:02 +0000)
committerSeongbae Park <spark@gcc.gnu.org>
Fri, 30 Nov 2007 17:02:43 +0000 (17:02 +0000)
commit6c3d0e311a95455a61950799f4f77cd7f6cc2562
treeb74ebc794380262953d251b34cb4f0b0ddba02a3
parentb88782e14d89be6157f491d005a1182305652e76
re PR rtl-optimization/34171 (Segfault in df_chain_remove_problem with -O3 on alpha)

gcc/testsuite/ChangeLog:

2007-11-30  Martin Michlmayr <tbm@cyrius.com>

PR rtl-optimization/34171
* gcc.dg/pr34171.c: New testcase.

gcc/ChangeLog:

2007-11-30  Seongbae Park <seongbae.park@gmail.com>

PR rtl-optimization/34171
* cfgrtl.c (update_bb_for_insn_chain): New function,
refactored from update_bb_for_insn.
(update_bb_for_insn): Call update_bb_for_insn.
(rtl_merge_blocks, try_redirect_by_replacing_jump):
Replace a loop with update_bb_for_insn_chain call.
(cfg_layout_merge_blocks): Add a call to
update_bb_for_insn_chain. Replace the for loop
with a call to update_bb_for_insn_chain.

From-SVN: r130539
gcc/ChangeLog
gcc/cfgrtl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr34171.c [new file with mode: 0644]