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

Re: S/390: Switch to TARGET_GIMPLIFY_VA_ARG_EXPR





Jason Merrill wrote:

>Looks good, though you might change some of the build_int_2's used in
>pointer arithmetic to ssize_int.

Thanks for looking into this.  I'll try to change the pointer arithmetic
as you suggest.  B.t.w. I'm not quite sure in any case how exactly types
of integral expressions need to be handled: in a PLUS_EXPR or MULT_EXPR
node, do I need to have all operands converted to exactly the same type,
or are integral conversions automatic?  What about a PLUS_EXPR with a
pointer and an integral operand?


Mit freundlichen Gruessen / Best Regards

Ulrich Weigand

--
  Dr. Ulrich Weigand
  Linux for S/390 Design & Development
  IBM Deutschland Entwicklung GmbH, Schoenaicher Str. 220, 71032 Boeblingen
  Phone: +49-7031/16-3727   ---   Email: Ulrich.Weigand@de.ibm.com


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