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 to fix __builtin_powi failure on apple-ppc-darwin (revised)


On Wed, Mar 30, 2005 at 09:28:21AM -0800, Fariborz Jahanian wrote:
> Oops, our emails crossed. So, I *must* use 'int'? Why can't SItype be 
> used.

Because SItype isn't "int" either.  On 16-bit targets for instance,
SItype is "long".


r~


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