https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007
--- Comment #7 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Author: jvdelisle Date: Sat Jan 13 20:41:00 2018 New Revision: 256649 URL: https://gcc.gnu.org/viewcvs?rev=256649&root=gcc&view=rev Log: 2018-01-13 Jerry DeLisle <jvdeli...@gcc.gnu.org> PR fortran/82007 * resolve.c (resolve_transfer): Delete code looking for 'DT' format specifiers in format strings. Set formatted to true if a format string or format label is present. * trans-io.c (get_dtio_proc): Likewise. (transfer_expr): Fix whitespace. Modified: trunk/gcc/fortran/ChangeLog trunk/gcc/fortran/resolve.c trunk/gcc/fortran/trans-io.c