re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0)
authorPaul Brook <pbrook@gcc.gnu.org>
Mon, 4 Oct 2004 15:33:18 +0000 (15:33 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Mon, 4 Oct 2004 15:33:18 +0000 (15:33 +0000)
commit06e4f02a16465f976c9f1a179fd2c60fb76e9659
tree4114a0c97da613eea429829446e76db65fd5d026
parentf3e41701124d2c5a838c28b99bbc4d8fd69e381e
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.

Actually apply the patch this time.

From-SVN: r88513
gcc/testsuite/gfortran.dg/g77/f77-edit-s-out.f
libgfortran/io/format.c
libgfortran/io/write.c