https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78123
--- Comment #4 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> --- Author: jvdelisle Date: Sun Oct 30 22:14:01 2016 New Revision: 241691 URL: https://gcc.gnu.org/viewcvs?rev=241691&root=gcc&view=rev Log: 2016-10-30 Jerry DeLisle <jvdeli...@gcc.gnu.org> PR fortran/78123 * io/transfer.c (formatted_transfer_scalar_read): Clear seen_eor only if we have tabbed to left of current position. * gfortran.dg/fmt_t_9.f: New test. Added: trunk/gcc/testsuite/gfortran.dg/fmt_t_9.f Modified: trunk/gcc/testsuite/ChangeLog trunk/libgfortran/ChangeLog trunk/libgfortran/io/transfer.c