------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-01-24 
08:55 -------
Subject: Bug 19551

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]       2005-01-24 08:54:26

Modified files:
        gcc            : ChangeLog flow.c 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/gcc.c-torture/execute: 20050121-1.c 
        gcc/testsuite/gcc.dg: 20050121-2.c 

Log message:
        * flow.c (propagate_one_insn): Formatting.
        
        PR middle-end/19551
        * flow.c (libcall_dead_p): Be more conservative if unsure.
        If there are any instructions between insn and call, see if they are
        all dead before saying the libcall is dead.
        
        * gcc.c-torture/execute/20050121-1.c: New test.
        * gcc.dg/20050121-2.c: New test.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7255&r2=2.7256
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/flow.c.diff?cvsroot=gcc&r1=1.614&r2=1.615
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4928&r2=1.4929
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/execute/20050121-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/20050121-2.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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

Reply via email to