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


Neil Booth <neil@daikokuya.demon.co.uk> writes:

> Richard Henderson wrote:-
> 
> > On Wed, Jun 27, 2001 at 10:21:48PM +0100, Neil Booth wrote:
> > > My inclination is to stick with an "int" in the function prototype,
> > > rather than a "HOST_WIDE_INT", which seems like overkill.  Is this
> > > correct?
> > 
> > No.
> 
> Would you elaborate?  Is this for the benefit of cross-compiling from
> a host with a narrow, say 16 bit, int?

For narrow, say 32 bit, int.  Otherwise, how could you put a 2G array
on the stack on an Alpha?

-- 
- 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]