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 tree-optimization/26209] [4.1/4.2 Regression] Specific code causes g++ 4.1.0 dominance ICE when compiled with -O3



------- Comment #11 from rakdver at gcc dot gnu dot org  2006-02-14 23:55 -------
Subject: Bug 26209

Author: rakdver
Date: Tue Feb 14 23:55:22 2006
New Revision: 110999

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110999
Log:
        PR tree-optimization/26209
        * tree-ssa-loop.c (pass_scev_cprop): Add TODO_cleanup_cfg.
        * tree-cfgcleanup.c (cleanup_control_flow): Remove dead
        eh edges.
        * tree-cfg.c (replace_uses_by): Do not alter cfg.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-cfg.c
    trunk/gcc/tree-cfgcleanup.c
    trunk/gcc/tree-ssa-loop.c


-- 


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


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