------- Comment #6 from jvdelisle at gcc dot gnu dot org 2008-02-21 02:27 ------- Subject: Bug 34954
Author: jvdelisle Date: Thu Feb 21 02:27:07 2008 New Revision: 132512 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=132512 Log: 2008-02-20 Jerry DeLisle <[EMAIL PROTECTED]> PR libfortran/35132 * io/transfer.c (next_record_w): Truncate after the last record for STREAM I/O. PR libfortran/34954 * io/transfer.c (data_transfer_init): Initialize dtp->rec if writing. PR libfortran/34974 * io/transfer.c (formatted_transfer_scalar): Flush the buffer if skips is less than zero. (next_record_w): Use sseek to position the file to the max position reached. Modified: trunk/libgfortran/ChangeLog trunk/libgfortran/io/transfer.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34954