------- Comment #6 from rth at gcc dot gnu dot org  2006-05-23 15:00 -------
(In reply to comment #4)
> This isn't a target bug as far as I can tell.  The value generated
> by __builtin_nanf("") as shown by Nan2.c is 0x7fc00000.  The same
> value is printed on x86.  This is a signaling NaN.  Positive quiet
> NaNs range between 0x7f800001 and 0x7fbfffff.

Incorrect.  The canonical QNaN on x86 (and most other targets) is
0x7fc00000.  It would seem that PA has the same reversed quiet bit
as MIPS.  See real_format->qnan_msb_set and mips_ieee_single.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27627

Reply via email to