re PR rtl-optimization/24626 (internal compiler error: verify_flow_info failed)
authorRichard Guenther <rguenther@suse.de>
Fri, 20 Jan 2006 09:38:56 +0000 (09:38 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 20 Jan 2006 09:38:56 +0000 (09:38 +0000)
commitc11fd0b2064f7a896ed5e958712092ff83232086
treee3c7863046f66df41bd3cc06f2b008a5df43f8c3
parent74ac79fa800af6de648e984cc5576c20b817839d
re PR rtl-optimization/24626 (internal compiler error: verify_flow_info failed)

2006-01-20  Richard Guenther  <rguenther@suse.de>
Steven Bosscher <stevenb.gcc@gmail.com>

PR rtl-optimization/24626
* cfgloopmanip.c (lv_adjust_loop_entry_edge): Don't set
EDGE_TRUE_VALUE if in RTL mode.

Revert
2005-03-30 Mostafa Hagog <mustafa@il.ibm.com>
* cfgrtl.c (rtl_verify_flow_info_1): Fix.

* gcc.dg/torture/pr24626-1.c: New testcase.
* gcc.dg/torture/pr24626-2.c: Likewise.
* gcc.dg/torture/pr24626-3.c: Likewise.
* gcc.dg/torture/pr24626-4.c: Likewise.

Co-Authored-By: Steven Bosscher <stevenb.gcc@gmail.com>
From-SVN: r110020
gcc/ChangeLog
gcc/cfgloopmanip.c
gcc/cfgrtl.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr24626-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr24626-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr24626-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/pr24626-4.c [new file with mode: 0644]