re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))
authorPaul Thomas <pault@gcc.gnu.org>
Thu, 22 Sep 2016 11:26:59 +0000 (11:26 +0000)
committerPaul Thomas <pault@gcc.gnu.org>
Thu, 22 Sep 2016 11:26:59 +0000 (11:26 +0000)
commit195d1431ff5b9903938f2ee1a6ed86df0cf9b115
tree9b6f3986ccf569bca23281d89cc0f9230f8ef158
parentcf352092e2ec219b0c841cb6e49d876a4b312bca
re PR fortran/48298 ([F03] User-Defined Derived-Type IO (DTIO))

2016-09-22  Paul Thomas  <pault@gcc.gnu.org>

PR fortran/48298
* gfortran.h : Place the pseudo operators INTRINSIC_FORMATTED
and INTRINSIC_UNFORMATTED after the sentinel in enum
gfc_intrinsic_op so that they do not appear as place holders
in module_write.
* interface.c (dtio_op): Comment on the special nature of the
pseudo operators INTRINSIC FORMATTED and INTRINSIC_UNFORMATTED.

From-SVN: r240349
gcc/fortran/gfortran.h
gcc/fortran/interface.c