re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t-in.f)
authorFrancois-Xavier Coudert <coudert@clipper.ens.fr>
Thu, 16 Jun 2005 22:13:26 +0000 (00:13 +0200)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Thu, 16 Jun 2005 22:13:26 +0000 (22:13 +0000)
commit2f06ccc69e7513ff60afd0290e4a50f6961eb5bf
tree1d6aa9458c41d21dec52f9b06ae1138a18260d29
parent0518582d92b902d750f0e9d0aeaf0f4d40b5454c
re PR libfortran/16436 (gfortran TL edit descriptor failure - test f77-edit-t-in.f)

PR libfortran/16436
* io/transfer.c (read_sf): Correct updating of bytes_left field.
(formatted_transfer): Correct updating of bytes_left field and
reformatting code (comments and whitespace).
* io/unix.c (move_pos_offset): "active" field should not be
changed here. Whitespace corrections.
* gfortran.dg/g77/f77-edit-t-in.f: Not XFAIL-ed any more.

From-SVN: r101100
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/g77/f77-edit-t-in.f
libgfortran/ChangeLog
libgfortran/io/transfer.c
libgfortran/io/unix.c