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 Thu, Mar 24, 2005 at 09:38:25AM -0800, Fariborz Jahanian wrote:
> +   /* mode of the 2nd argument must match Wtype. */
> +   mode2 = mode_for_size (INT_TYPE_SIZE, MODE_INT, 0);

Why do you believe Wtype == int?

This is *not* ok.


r~


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