read.c (read_x): Take int argument instead of fnode * and digging the N from F->u.n.
authorJakub Jelinek <jakub@redhat.com>
Sat, 3 Sep 2005 18:54:55 +0000 (20:54 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Sat, 3 Sep 2005 18:54:55 +0000 (20:54 +0200)
commit36dd4221c5479fca196cea27bbf5b34eae4e4b3c
tree1c6c7c5354ccc52e6cffdee4b059b9730f9ad16c
parent7a6b7528533ea6d23a5b1a5624b4f68faf079a38
read.c (read_x): Take int argument instead of fnode * and digging the N from F->u.n.

* io/read.c (read_x): Take int argument instead of fnode * and
digging the N from F->u.n.
* io/io.h (read_x): Adjust prototype.
* io/transfer.c (formatted_transfer): Adjust callers.  Don't clobber
f->u.n for FMT_T.

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

From-SVN: r103811
gcc/testsuite/ChangeLog
gcc/testsuite/gfortran.dg/fmt_t_1.f90 [new file with mode: 0644]
libgfortran/ChangeLog
libgfortran/io/io.h
libgfortran/io/read.c
libgfortran/io/transfer.c