This is the mail archive of the gcc-prs@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]

optimization/6822


The following reply was made to PR optimization/6822; it has been noted by GNATS.

From: rth@gcc.gnu.org
To: gcc-gnats@gcc.gnu.org
Cc:  
Subject: optimization/6822
Date: 30 May 2002 23:13:22 -0000

 CVSROOT:	/cvs/gcc
 Module name:	gcc
 Branch: 	gcc-3_1-branch
 Changes by:	rth@gcc.gnu.org	2002-05-30 16:13:22
 
 Modified files:
 	gcc            : ChangeLog 
 	gcc/config/i386: i386.c 
 Added files:
 	gcc/testsuite/gcc.c-torture/compile: 20020530-1.c 
 
 Log message:
 	PR optimization/6822
 	* config/i386/i386.c (ix86_expand_int_movcc): Don't cast INTVAL
 	to unsigned int for op1 comparisons.  Use gen_int_mode.
 	
 	* gcc.c-torture/compile/20020530-1.c: New.
 
 Patches:
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.13152.2.583&r2=1.13152.2.584
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/i386/i386.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=1.368.2.12&r2=1.368.2.13
 http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.c-torture/compile/20020530-1.c.diff?cvsroot=gcc&only_with_tag=gcc-3_1-branch&r1=NONE&r2=1.1.2.1
 


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