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 fortran/28339] gfortran misses a record from a format statement



------- Comment #5 from jvdelisle at gcc dot gnu dot org  2006-07-22 03:14 -------
Subject: Bug 28339

Author: jvdelisle
Date: Sat Jul 22 03:14:27 2006
New Revision: 115670

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115670
Log:
2006-07-21  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

        PR libgfortran/28339
        * io/transfer.c (next_record_w): Use next_array_record result to set
        END_FILE. (write_block): Test for END_FILE before the next write
occurs.
        * io/unit.c (get_internal_unit): Initialize iunit->endfile for internal
        unit.

Modified:
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/transfer.c
    trunk/libgfortran/io/unit.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28339


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