This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Target FUNCTION_{PRO,EPI}LOGUE question
- To: Neil Booth <neil at daikokuya dot demon dot co dot uk>
- Subject: Re: Target FUNCTION_{PRO,EPI}LOGUE question
- From: Geoff Keating <geoffk at geoffk dot org>
- Date: 27 Jun 2001 15:29:17 -0700
- CC: gcc at gcc dot gnu dot org
- References: <20010627225327.A668@daikokuya.demon.co.uk>
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>