re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0)
authorPaul Brook <paul@codesourcery.com>
Mon, 4 Oct 2004 15:32:13 +0000 (15:32 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Mon, 4 Oct 2004 15:32:13 +0000 (15:32 +0000)
commitf3e41701124d2c5a838c28b99bbc4d8fd69e381e
treed084eaa8c0a3ce4ee66277e81d81e30e4e3162f3
parent15a7ee2932a7cd29a99772a01c07182f1f1f2bf0
re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0)

2004-10-04  Paul Brook  <paul@codesourcery.com>
Bud Davis  <bdavis9659@comcast.net>

PR fortran/17706
PR fortran/16434
* io/format.c (parse_format_list): Set repeat count for S, SP, SS,
BN and BZ formats.
* io/write.c (output_float): Don't output minus zero.
libgfortran/
* gfortran/pr17706.f90: New test.
* gfortran.dg/g77/f77-edit-s-out.f: Remove xfail.

Co-Authored-By: Bud Davis <bdavis9659@comcast.net>
From-SVN: r88512
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/pr17706.f90 [new file with mode: 0644]
libgfortran/ChangeLog