From f3e41701124d2c5a838c28b99bbc4d8fd69e381e Mon Sep 17 00:00:00 2001 From: Paul Brook Date: Mon, 4 Oct 2004 15:32:13 +0000 Subject: re PR libfortran/17706 (reading a value of 0.0 gives a value of -0.0) 2004-10-04 Paul Brook Bud Davis 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 From-SVN: r88512 --- libgfortran/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libgfortran') diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog index 29eca21..c9567d7 100644 --- a/libgfortran/ChangeLog +++ b/libgfortran/ChangeLog @@ -1,3 +1,12 @@ +2004-10-04 Paul Brook + Bud Davis + + 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. + 2004-10-03 Aaron W. LaFramboise * intrinsics/abort.c ("libgfortran.h"): Move. -- cgit v1.1