https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298
--- Comment #23 from Paul Thomas <pault at gcc dot gnu.org> --- Author: pault Date: Thu Sep 22 11:26:59 2016 New Revision: 240349 URL: https://gcc.gnu.org/viewcvs?rev=240349&root=gcc&view=rev Log: 2016-09-22 Paul Thomas <pa...@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. Modified: trunk/gcc/fortran/gfortran.h trunk/gcc/fortran/interface.c