r124867 - in /branches/pointer_plus/gcc: Change...

kkojima@gcc.gnu.org kkojima@gcc.gnu.org
Sun May 20 02:41:00 GMT 2007


Author: kkojima
Date: Sun May 20 02:41:23 2007
New Revision: 124867

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124867
Log:
	* config/sh/sh.c (sh_va_start): Call make_tree with sizetype
	and convert its result to a pointer type.  Use POINTER_PLUS_EXPR
	for the pointer additions and also use size_int for the offsets.
	(sh_gimplify_va_arg_expr): Use POINTER_PLUS_EXPR for the pointer
	additions and also use size_int for the offsets.  Perform
	BIT_AND_EXPR on sizetype arguments.


Modified:
    branches/pointer_plus/gcc/ChangeLog.ptr
    branches/pointer_plus/gcc/config/sh/sh.c



More information about the Gcc-cvs mailing list