Author: pinskia
Date: Fri Jun 8 01:54:43 2007
New Revision: 125554
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125554
Log:
2007-06-07 Andrew Pinski <andrew_pinski@xxxxxxxxxxxxxxxxxxxx>
* config/ia64/ia64.c (ia64_gimplify_va_arg): Use
POINTER_PLUS_EXPR for pointers and create the
BIT_AND_EXPR in sizetype.
* config/s390/s390.c (s390_va_start): Use POINTER_PLUS_EXPR
for pointers instead of PLUS_EXPR.
(s390_gimplify_va_arg): Likewise.
Modified:
branches/pointer_plus/gcc/ChangeLog.ptr
branches/pointer_plus/gcc/config/ia64/ia64.c
branches/pointer_plus/gcc/config/s390/s390.c
|