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

gcc/gcc ChangeLog expr.c doc/tm.texi


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-basic-improvements-branch
Changes by:	sayle@gcc.gnu.org	2002-09-22 17:17:17

Modified files:
	gcc            : ChangeLog expr.c 
	gcc/doc        : tm.texi 

Log message:
	* expr.c (STORE_BY_PIECES_P): New target macro.
	(can_store_by_pieces, store_by_pieces): Use STORE_BY_PIECES_P
	instead of MOVE_BY_PIECES_P.
	* doc/tm.texi: Document this new macro.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.15234.2.24&r2=1.15234.2.25
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.478.4.3&r2=1.478.4.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&only_with_tag=gcc-3_4-basic-improvements-branch&r1=1.159.2.5&r2=1.159.2.6


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