------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-14 
03:48 -------
Subject: Bug 19331

CVSROOT:        /cvs/gcc
Module name:    gcc
Branch:         gcc-4_0-branch
Changes by:     [EMAIL PROTECTED]       2005-03-14 03:48:51

Modified files:
        gcc            : ChangeLog tree.c fold-const.c 

Log message:
        PR middle-end/19331
        * tree.c (get_unwidened): Treat CONVERT_EXPR and NOP_EXPR identically.
        * fold-const.c (fold_sign_changed_comparison): Likewise.
        (fold_binary): Optimize comparisons against widened operands if
        the extension is represented by a CONVERT_EXPR, same as a NOP_EXPR.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=2.7592.2.46&r2=2.7592.2.47
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.466&r2=1.466.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/fold-const.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.517&r2=1.517.2.1



-- 


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

Reply via email to