------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-11-17 
02:02 -------
Subject: Bug 18519

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]       2004-11-17 02:01:40

Modified files:
        gcc            : ChangeLog tree-optimize.c tree-pass.h 
                         tree-ssa-ccp.c tree-ssa-dce.c 
                         tree-ssa-loop-ch.c tree-ssa-loop.c 
                         tree-ssa-phiopt.c 

Log message:
        2004-11-16  Daniel Berlin  <[EMAIL PROTECTED]>
        
        Fix PR tree-optimization/18519
        
        * tree-optimize (execute_todo): Add case for TODO_cleanup_cfg.
        * tree-pass.h: Add TODO_cleanup_cfg.
        * tree-ssa-ccp.c (pass_ccp): Use TODO_cleanup_cfg.
        (ccp_finalize): Remove call to cleanup_cfg.
        * tree-ssa-dce.c (pass_dce): Use TODO_cleanup_cfg and TODO_dump_func.
        (pass_cd_dce): Ditto.
        (perform_tree_ssa_dce): Remove call to cleanup_cfg,
        dump_function_to_file.
        * tree-ssa-loop-ch.c (copy_loop_headers): Remove call
        to cleanup_cfg.
        (pass_ch): Add TODO_cleanup_cfg.
        * tree-ssa-loop.c (tree_ssa_loop_done): Remove call to
        cleanup_cfg.
        (pass_loop_done): Add TODO_cleanup_cfg.
        * tree-ssa-phiopt.c (pass_phiopt): Ditto.
        (tree_ssa_phiopt): Remove call to cleanup_cfg.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6371&r2=2.6372
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-optimize.c.diff?cvsroot=gcc&r1=2.61&r2=2.62
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-pass.h.diff?cvsroot=gcc&r1=2.20&r2=2.21
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-ccp.c.diff?cvsroot=gcc&r1=2.49&r2=2.50
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-dce.c.diff?cvsroot=gcc&r1=2.26&r2=2.27
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop-ch.c.diff?cvsroot=gcc&r1=2.8&r2=2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-loop.c.diff?cvsroot=gcc&r1=2.21&r2=2.22
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-ssa-phiopt.c.diff?cvsroot=gcc&r1=2.18&r2=2.19



-- 


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

Reply via email to