* io/read.c (read_x): Take int argument instead of fnode * and
commitbd87b2831c3c4192f44414f6315e5d202eba8ab8
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Sep 2005 18:54:55 +0000 (3 18:54 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 3 Sep 2005 18:54:55 +0000 (3 18:54 +0000)
tree1c6c7c5354ccc52e6cffdee4b059b9730f9ad16c
parentd0003daa26b05c75d8ae8a980dc9e2412c96e856
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103811 138bc75d-0d04-0410-961f-82ee72b054a4
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