PR fortran/21875 Internal Unit Array I/O, NIST
authorPaul Thomas <pault@gcc.gnu.org>
Wed, 14 Sep 2005 20:19:37 +0000 (20:19 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Wed, 14 Sep 2005 20:19:37 +0000 (20:19 +0000)
commit109b0ac2a8dac47845898079cf7823937fdaff9d
tree74736154a68aa69516b3f6251595f24b9f45dc04
parent59154ed24c10f5861d2a01ac2822e9a28d08c463
PR fortran/21875 Internal Unit Array I/O, NIST

2005-09-14  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/21875 Internal Unit Array I/O, NIST
* fortran/trans-io.c (gfc_build_io_library_fndecls): Add field for
array descriptor to IOPARM structure.
* fortran/trans-io.c (set_internal_unit): New function to generate code
to store the character (array) and the character length for an internal
unit.
* fortran/trans-io (build_dt): Use the new function set_internal_unit.

From-SVN: r104277
gcc/fortran/ChangeLog
gcc/fortran/trans-io.c