This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/32446] F0.n output format fails with large numbers
- From: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Jun 2007 03:15:24 -0000
- Subject: [Bug fortran/32446] F0.n output format fails with large numbers
- References: <bug-32446-6246@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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