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 libfortran/33469] Default formats for real input are not precise enough



------- Comment #4 from dominiq at lps dot ens dot fr  2007-09-19 12:38 -------
Subject: Re:  Add one digit to the default formatted output

> Dominique, what is the output of your test program on ppc-darwin?
 real(4)
 default         808
 1PG20.6        1881
 1PG20.7         808
 1PG20.8           0

 real(8)
 default         1778
 1PG30.14        1978
 1PG30.15        1778
 1PG30.16           0

 real(16)
 default         1999
 1PG60.32        1999
 1PG60.33        1999
 1PG60.34        1999
 1PG60.35        1999
 1PG60.40        1999

but I have no way to know if the problem comes from NEAREST() 
or from the I/O.


-- 


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


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