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/29610] [4.1 Regression] ICE when compiling c++ code with -O2 -funswitch-loops



------- Comment #8 from rguenth at gcc dot gnu dot org  2006-11-07 17:32 -------
Subject: Bug 29610

Author: rguenth
Date: Tue Nov  7 17:32:03 2006
New Revision: 118556

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118556
Log:
2006-11-07  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/29610
        * tree-cfgcleanup.c (cleanup_control_flow): Honor return value
        of tree_purge_dead_eh_edges as it may free dominators.

        * g++.dg/other/pr29610.C: New testcase.

Added:
    branches/gcc-4_2-branch/gcc/testsuite/g++.dg/other/pr29610.C
      - copied unchanged from r118555,
trunk/gcc/testsuite/g++.dg/other/pr29610.C
Modified:
    branches/gcc-4_2-branch/gcc/ChangeLog
    branches/gcc-4_2-branch/gcc/tree-cfgcleanup.c


-- 


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


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