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]

Re: Target FUNCTION_{PRO,EPI}LOGUE question


On Wed, 27 Jun 2001, Richard Kenner wrote:

> Because it's an abstraction for the "widest integer type" and means precisely
> that we don't have to think about the sorts of issues you raise.  Note that
> there was one (ill-advised) 64-bit ABI which had long as 32 bits and int
> as 64 bits.

But it isn't the widest type - that's HOST_WIDEST_INT.  And the code
generated for a target should be identical for native and cross
compilation, irrespective of what integer types are available on the host.

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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