]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/33469 (Default formats for real input are not precise enough)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Tue, 2 Oct 2007 23:27:51 +0000 (23:27 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Tue, 2 Oct 2007 23:27:51 +0000 (23:27 +0000)
commite900e0ca8855d735e28e9eb5c7be4630039585c9
tree767bdfcddd456c6be1acfc00b498e2be8ecea53f
parent729fd517d9bafae406f62b348bfb74e0e2f14d61
re PR libfortran/33469 (Default formats for real input are not precise enough)

PR libfortran/33469

* io/write.c (write_real): Widen the default formats.

* gfortran.dg/default_format_1.f90: New test.
* gfortran.dg/default_format_2.f90: New test.
* gfortran.dg/namelist_print_1.f: Adjust expected output.
* gfortran.dg/real_const_3.f90: Adjust expected output.

From-SVN: r128967
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/default_format_1.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/default_format_2.f90 [new file with mode: 0644]
gcc/testsuite/gfortran.dg/namelist_print_1.f
gcc/testsuite/gfortran.dg/real_const_3.f90
libgfortran/ChangeLog
libgfortran/io/write.c