------- Comment #10 from jvdelisle at gcc dot gnu dot org 2008-03-28 23:24 ------- Subject: Bug 35699
Author: jvdelisle Date: Fri Mar 28 23:23:34 2008 New Revision: 133703 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133703 Log: 2008-03-28 Jerry DeLisle <[EMAIL PROTECTED]> PR libfortran/35699 * io/transfer.c (write_buf): Don't pad the record, just return if the data is NULL. (next_record_w): If there are bytes left in the record for unformatted direct I/O, pad out the record with zero bytes. 2008-03-28 Jerry DeLisle <[EMAIL PROTECTED]> PR fortran/35699 * gfortran.dg/direct_io_10.f: New test. Added: branches/gcc-4_3-branch/gcc/testsuite/gfortran.dg/direct_io_10.f Modified: branches/gcc-4_3-branch/gcc/testsuite/ChangeLog branches/gcc-4_3-branch/libgfortran/ChangeLog branches/gcc-4_3-branch/libgfortran/io/transfer.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35699