format.c (parse_format_list): Set repeat count for P descriptors.
authorPaul Brook <paul@codesourcery.com>
Thu, 2 Sep 2004 01:33:01 +0000 (01:33 +0000)
committerPaul Brook <pbrook@gcc.gnu.org>
Thu, 2 Sep 2004 01:33:01 +0000 (01:33 +0000)
commitd809264e863ffbf312af0e23bd30799ffa999096
treef174d83e96b96dfdc5e9932f24caad92c63d9fe1
parent130d5426f03f01226b351b31ccf6fffbd85b1410
format.c (parse_format_list): Set repeat count for P descriptors.

* io/format.c (parse_format_list): Set repeat count for P descriptors.
* write.c (output_float): Fix condition.  Correctly handle nonzero
scale factor.
testsuite/
* gfortran.dg/edit_real_1.f90: Add new tests.

From-SVN: r86952
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/edit_real_1.f90
libgfortran/ChangeLog
libgfortran/io/format.c
libgfortran/io/write.c