------- Comment #5 from jvdelisle at gcc dot gnu dot org 2006-03-26 02:59 ------- Subject: Bug 26661
Author: jvdelisle Date: Sun Mar 26 02:59:45 2006 New Revision: 112391 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112391 Log: 2006-03-25 Jerry DeLisle <[EMAIL PROTECTED]> 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. Modified: branches/gcc-4_1-branch/libgfortran/ChangeLog branches/gcc-4_1-branch/libgfortran/io/io.h branches/gcc-4_1-branch/libgfortran/io/read.c branches/gcc-4_1-branch/libgfortran/io/transfer.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26661