https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82007
--- Comment #10 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Author: jvdelisle Date: Tue Feb 20 04:05:38 2018 New Revision: 257837 URL: https://gcc.gnu.org/viewcvs?rev=257837&root=gcc&view=rev Log: 2018-02-19 Jerry DeLisle <jvdeli...@gcc.gnu.org> Backport from trunk 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: branches/gcc-7-branch/gcc/fortran/ChangeLog branches/gcc-7-branch/gcc/fortran/resolve.c branches/gcc-7-branch/gcc/fortran/trans-io.c