This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: ping - [Patch, libgfortran] PR26661 Sequential formatted read goes too far


2006-03-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>

    PR libgfortran/26661
    * io/io.h: Add read_sf so it can be used by read_x.
    * io/transfer.c (read_sf): Pass no_error flag to read_sf.  Use it to
    break out rather than error on EOF or EOR conditions.
    (read_block): Update call to read_sf.
    (read_block_direct): Ditto.
    * io/read.c (read_x): Use the modified read_sf instead of read_block.

OK.



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