This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r133699 - in /trunk/libgfortran: ChangeLog io/t...
- From: jvdelisle at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 28 Mar 2008 22:13:19 -0000
- Subject: r133699 - in /trunk/libgfortran: ChangeLog io/t...
Author: jvdelisle
Date: Fri Mar 28 22:13:17 2008
New Revision: 133699
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133699
Log:
2008-03-28 Jerry DeLisle <jvdelisle@gcc.gnu.org>
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.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/transfer.c