This is the mail archive of the gcc@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: m32c: pointer math vs sizetype again


> Ok, I just looked for POINTER_PLUS_EXPR and tried to make sure its
> offset is always sign-extended.  Can you check where on the call
> path above we miss this special treatment?

It looks like it drops past them all and gets the generic treatment,
just before the MINUS_EXPR case.


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