re PR libfortran/20101 (zero prints incorrectly with 1pe12.4)
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Sun, 27 Feb 2005 19:47:12 +0000 (20:47 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sun, 27 Feb 2005 19:47:12 +0000 (20:47 +0100)
commitd8f92af2cf130270d367242c9e1ac34004e6c3bb
treec393eca17eb4709f5673d05271affeed243cf7f3
parent6e09312586c862bcb4ab336e20c835ad54d4b607
re PR libfortran/20101 (zero prints incorrectly with 1pe12.4)

libgfortran/
2005-02-27  Fran��ois-Xavier Coudert  <coudert@clipper.ens.fr>

 PR libfortran/20101
* write.c (output_float): Adding special check for value 0.0 in
PE format.

gcc/testsuite/
2005-02-27  Fran��ois-Xavier Coudert  <coudert@clipper.ens.fr>

PR libfortran/20101
* gfortran.dg/write_0_pe_format.f90: New test.

From-SVN: r95628
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/write_0_pe_format.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/write.c