gcc/gcc ChangeLog expr.c

doko@gcc.gnu.org doko@gcc.gnu.org
Thu Apr 29 05:49:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	doko@gcc.gnu.org	2004-04-29 05:49:17

Modified files:
	gcc            : ChangeLog expr.c 

Log message:
	- Revert the previous patch:
	* expr.c (expand_expr_real) <NOP_EXPR>: Return a new
	pseudo when converting from a sub-word source to a
	larger-than-word register which conflicts with the source.
	
	- Checkin the updated patch:
	* expr.c (convert_move): Copy the source to a new pseudo
	when converting from a sub-word source to a larger-than-word
	register which conflicts with the source.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.973&r2=1.16114.2.974
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.498.2.28&r2=1.498.2.29



More information about the Gcc-cvs mailing list