This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/78123] Short reads with T edit descriptor not padding correctly


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78123

--- Comment #6 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
Author: jvdelisle
Date: Mon Oct 31 23:40:40 2016
New Revision: 241727

URL: https://gcc.gnu.org/viewcvs?rev=241727&root=gcc&view=rev
Log:
2016-10-31  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        Backport from trunk
        PR libgfortran/78123
        * io/transfer.c (formatted_transfer_scalar_read): Clear seen_eor
        only if we have tabbed to left of current position.
        Backport from trunk
        PR fortran/78123
        * gfortran.dg/fmt_t_9.f: New test.

Added:
    branches/gcc-5-branch/gcc/testsuite/gfortran.dg/fmt_t_9.f
Modified:
    branches/gcc-5-branch/gcc/testsuite/ChangeLog
    branches/gcc-5-branch/libgfortran/ChangeLog
    branches/gcc-5-branch/libgfortran/io/transfer.c

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]