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: PATCH - Minor changes to support 64bit int/32bit ABI for PPC



On Sunday, November 9, 2003, at 01:57 PM, Geoff Keating wrote:
(I'm not sure about the particular change.  It looks wrong to me, I
think high bits may be lost.  Plus, I don't see why a #if is needed

We are or-ing with high bits of 0s, hi bits not lost. #if was added because; this was needed for when HOST_WIDE_INT is 32bit. But this is a mute point at this time because such change will remain APPLE LOCAL.

here.)

--
- Geoffrey Keating <geoffk@geoffk.org>


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