This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Widen field offset


> I would think it makes most sense to convert to sizetype, but
> frankly I'm not sure what happens with targets that use 
> partial-integer modes for Pmode.

They are supposed to have expanders from Pmode to the mode of size_type_node.
But you have to convert both the pointer and the integer if both are
different from the type used for the computation.


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