This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[patch, libfortran] PR35632 [Regression] stream io broken on FreeBSD due to ftruncate changes.
- From: Jerry DeLisle <jvdelisle at verizon dot net>
- To: Fortran List <fortran at gcc dot gnu dot org>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Sat, 22 Mar 2008 15:08:42 -0700
- Subject: [patch, libfortran] PR35632 [Regression] stream io broken on FreeBSD due to ftruncate changes.
Committed as obvious and trivial.
Subject: Bug 35632
Author: jvdelisle
Date: Sat Mar 22 22:03:13 2008
New Revision: 133454
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133454
Log:
2008-03-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libfortran/35632
* io/transfer.c (data_transfer_init): Fix whitespace.
(next_record_w): Truncate the file only if the stream
position is short of the file end.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/io/transfer.c
--