------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-10-30 00:57 
-------
Subject: Bug 17581

CVSROOT:        /cvs/gcc
Module name:    gcc
Changes by:     [EMAIL PROTECTED]       2004-10-30 00:56:59

Modified files:
        gcc            : ChangeLog cselib.c gcse.c 
        gcc/testsuite  : ChangeLog 
Added files:
        gcc/testsuite/gcc.dg: pr17581-1.c 

Log message:
        PR rtl-optimization/17581
        * cselib.c (cselib_process_insn): The last instruction of a libcall
        block, with the REG_RETVAL note, should be considered in the libcall.
        * gcse.c (do_local_cprop): Allow constants to be propagated outside
        of libcall blocks.
        (adjust_libcall_notes): Use simplify_replace_rtx instead of
        replace_rtx to avoid creating invalid RTL in REG_RETVAL notes.
        
        * gcc.dg/pr17581-1.c: New test case.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.6100&r2=2.6101
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cselib.c.diff?cvsroot=gcc&r1=1.52&r2=1.53
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/gcse.c.diff?cvsroot=gcc&r1=1.320&r2=1.321
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/ChangeLog.diff?cvsroot=gcc&r1=1.4519&r2=1.4520
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/pr17581-1.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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

Reply via email to