* io/format.c (parse_format_list): Set repeat count for P descriptors.
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Sep 2004 01:33:01 +0000 (01:33 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Sep 2004 01:33:01 +0000 (01:33 +0000)
commit75744229068bfdbe4bb8bc803002bd0e54fc5dde
treef174d83e96b96dfdc5e9932f24caad92c63d9fe1
parent417eae69747e6171adb932960d3a6c6bd2c3b3df
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86952 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/edit_real_1.f90
libgfortran/ChangeLog
libgfortran/io/format.c
libgfortran/io/write.c