------- Comment #64 from rguenth at gcc dot gnu dot org 2006-01-23 10:01 ------- Subject: Bug 24626
Author: rguenth Date: Mon Jan 23 10:01:36 2006 New Revision: 110112 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110112 Log: 2006-01-23 Richard Guenther <[EMAIL PROTECTED]> Steven Bosscher <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> * 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. Added: branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr24626-1.c branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr24626-2.c branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr24626-3.c branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr24626-4.c Modified: branches/gcc-4_1-branch/gcc/ChangeLog branches/gcc-4_1-branch/gcc/cfgloopmanip.c branches/gcc-4_1-branch/gcc/cfgrtl.c branches/gcc-4_1-branch/gcc/testsuite/ChangeLog -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24626