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]

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


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	geoffk@gcc.gnu.org	2001-07-02 13:02:54

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

Log message:
	2001-07-02  Geoffrey Keating  <geoffk@redhat.com>
	
	* doc/tm.texi (Frame Layout): Document STACK_PUSH_CODE.
	
	* expr.c (emit_move_insn_1): Deal with non-default
	STACK_PUSH_CODE.
	
	* expr.c (emit_single_push_insn): Fix warning.
	
	2001-07-02  Toshiyasu Morita  <toshiyasu.morita@hsa.hitachi.com>
	
	* expr.c (emit_move_insn_1): Avoid modifying
	cfun->expr->x_stack_pointer when PUSH_ROUNDING is defined.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.10520&r2=1.10521
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/expr.c.diff?cvsroot=gcc&r1=1.332&r2=1.333
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/doc/tm.texi.diff?cvsroot=gcc&r1=1.20&r2=1.21


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