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 #10 from jvdelisle at gcc dot gnu dot org  2006-07-28 16:47 -------
Subject: Bug 28339

Author: jvdelisle
Date: Fri Jul 28 16:46:57 2006
New Revision: 115798

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=115798
Log:
2006-07-28  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:
    branches/gcc-4_1-branch/libgfortran/ChangeLog
    branches/gcc-4_1-branch/libgfortran/io/transfer.c
    branches/gcc-4_1-branch/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]