re PR libfortran/34887 (reverse tabbing before slash descriptor (regression vs. g77))
authorThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 26 Jan 2008 15:22:59 +0000 (15:22 +0000)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Sat, 26 Jan 2008 15:22:59 +0000 (15:22 +0000)
commit6cac36304e7153206248af3511287d44bacd3ae2
treefc4b24390f3439ee4e597fbe0adfce8a6dc647d5
parent1230d7f8de706221a1b6f3d81a20efc2052b7e0a
re PR libfortran/34887 (reverse tabbing before slash descriptor (regression vs. g77))

2008-01-26  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfofortran/34887
* io/transfer.c (next_record_w): Always move to the farthest
position when completing the record (also when we are
processing a slash edit descriptor).

2008-01-26  Thomas Koenig  <tkoenig@gcc.gnu.org>

PR libfofortran/34887
* gfortran.dg/x_slash_2.f:  New test.

From-SVN: r131864
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/x_slash_2.f [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/transfer.c