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]

Re: denormal patch


On Wed, Mar 22, 2000 at 03:24:36PM -0800, Geoff Keating wrote:
> How about this?  It seems to work on ppc, ppc/-msoft-float, and alpha/-mieee.
> 
> ===File gcc/testsuite/gcc.c-torture/execute/ieee/20000320-1.c===
> typedef unsigned ull __attribute__((mode(DI)));
> typedef unsigned ul __attribute__((mode(SI)));

How about c4x, where you've got QI and HImode only?

>   if (sizeof (float) != sizeof (ul)
>       || sizeof (double) != sizeof (ull))
>     exit (0);

Otherwise this would be ok.


r~

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