http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48298
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #3 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-03-28 07:48:51 UTC --- (In reply to comment #1) > Created attachment 23785 [details] > A starting front end only patch + if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DT format " + "specifier not allowed at %C") == FAILURE) I somehow have parse problems; it sounds to me as if in Fortran 2003 the DT specifier is not allowed. I would use: + if (gfc_notify_std (GFC_STD_F2003, "Fortran 2003: DT format " + "specifier at %C") == FAILURE)