PR fortran/22570 and related issues.
authorPaul Thomas <pault@gcc.gnu.org>
Sat, 30 Jul 2005 05:33:39 +0000 (05:33 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Sat, 30 Jul 2005 05:33:39 +0000 (05:33 +0000)
commitb6f571b7d3f815d36a5c6a6d91c9e6c87b824206
treed1f71752d784e659f5544b3649b25b016e7c2462
parent0cbc4d773a832fcda2aaa9c5dae163b2038af2e3
PR fortran/22570 and related issues.

2005-07-30 Paul Thomas  <pault@gcc.gnu.org>

PR fortran/22570 and related issues.
* transfer.c (formatted_transfer): Make sure that there
really is data present before X- or T- editing. Move all
treatment of tabbing during writes to start of next data
producing format. Suppress incorrect zeroing of bytes_left
in slash formating. Insert int cast for assignment of a
difference of two gfc_offsets.

PR fortran/22570 an related issues.
* gfortran.dg/x_slash_1.f: New test.

From-SVN: r102583
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/x_slash_1.f [new file with mode: 0755]
libgfortran/ChangeLog
libgfortran/io/transfer.c