This is the mail archive of the gcc-bugs@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]

[Bug fortran/32446] F0.n output format fails with large numbers



------- Comment #4 from jvdelisle at gcc dot gnu dot org  2007-06-21 03:15 -------
Minimal test case:

! printing big numbers in F0.1 format. HP = high precision
PRINT '(F0.1)',huge(1.0)
END

Disregard my previous comment about KIND=10, that nor relevent.  I just need
someone to test the #if defined(HAVE_GFC_REAL_16) && __LDBL_DIG__ > 18 case.


-- 


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


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