------- Comment #6 from kargl at gcc dot gnu dot org  2009-01-03 00:42 -------
(In reply to comment #4)
> __LDBL_DIG__=18
> __DBL_DIG__=15
> 
> sizeof(long double)=128 bits
> sizeof(double)=64 bits
> 

You didn't show what I requested.  The other piece
of the puzzle is LDBL_MANT_DIG, which I'll wager is
64.  I suspect that you may be misinterpreting what
sizeof() is telling you.


-- 


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

Reply via email to