re PR fortran/52251 (Nonadvancing I/O and the t edit descriptor)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 23 Nov 2015 00:40:51 +0000 (00:40 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Mon, 23 Nov 2015 00:40:51 +0000 (00:40 +0000)
commit6e9966e8303f5f39870a11d96a64b376a2fab347
treee5e8c746f9bcb41da40d8a8a3636e8972be8c2aa
parentb9eaa775ca199b995fe1290aa012dbb9e82e8199
re PR fortran/52251 (Nonadvancing I/O and the t edit descriptor)

2015-11-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libfortran/52251
* io/transfer.c (formatted_transfer_scalar_write): Reset skips count.
(finalize_transfer): For ADVANCE_NO, emit pending spaces and reset the
skip count.

2015-11-22  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* gfortran.dg/fmt_t_8.f90: New test.

From-SVN: r230734
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/fmt_t_8.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/transfer.c