]> gcc.gnu.org Git - gcc.git/commit
re PR fortran/19194 (Missing RECL parameter in OPEN statement)
authorTobias Schlüter <tobi@gcc.gnu.org>
Sat, 22 Jan 2005 14:37:39 +0000 (15:37 +0100)
committerTobias Schlüter <tobi@gcc.gnu.org>
Sat, 22 Jan 2005 14:37:39 +0000 (15:37 +0100)
commitb8d5e92646dd8d2a4ea41770e734a29cfcbc1ea3
tree213701c7170a3a19c90af8648fcb0f1d38a0f386
parent1e052c19d550ec0489c1bb2d2b4d94ee739641af
re PR fortran/19194 (Missing RECL parameter in OPEN statement)

gcc/fortran/
PR fortran/19194
* trans-io.c (ADD_STRING): Use gfc_charlen_type_node for string
length parameters.
(gfc_build_io_library_fndecls): 'rec' and 'recl_in' are not
pointer fields.

libgfortran/
PR fortran/19194
* io/io.h (st_parameter): Use 'GFC_INTEGER_4' instead of 'int',
use CHARACTER macro for definition of string valued paramters.

Also fix years in recent ChangeLog entries.

From-SVN: r94065
gcc/fortran/ChangeLog
gcc/fortran/trans-io.c
libgfortran/ChangeLog
libgfortran/io/io.h
This page took 0.055091 seconds and 5 git commands to generate.