[Bug fortran/33469] Add one digit to the default formatted output
burnus at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Sep 18 17:57:00 GMT 2007
------- Comment #2 from burnus at gcc dot gnu dot org 2007-09-18 17:56 -------
A compiler comparison:
real(4) gfortran g95 NAGf95 ifort sunf95 openf95
default 808 0 808 808 0 0
1PG20.6 1881 1881 1881 1881 1881 1881
1PG20.7 808 808 808 808 808 808
1PG20.8 0 0 0 0 0 0
real(8)
default 1778 0 0 1778 0 0
1PG30.14 1978 1978 1978 1978 1978 1978
1PG30.15 1778 1778 1778 1778 1778 1778
1PG30.16 0 0 0 0 890 0
^^^ ?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33469
More information about the Gcc-bugs
mailing list