]> git.ipfire.org Git - thirdparty/gcc.git/commit
2016-09-22 Paul Thomas <pault@gcc.gnu.org>
authorpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Sep 2016 11:26:59 +0000 (11:26 +0000)
committerpault <pault@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Sep 2016 11:26:59 +0000 (11:26 +0000)
commit6c935e16054c0749f913659d928bb20648a538f7
tree9b6f3986ccf569bca23281d89cc0f9230f8ef158
parent51c846d6075dd988d52542206d4e3c9fbed7b1f7
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240349 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/fortran/gfortran.h
gcc/fortran/interface.c