gcc/libgfortran/io
Hans-Peter Nilsson 25abf44844 re PR libfortran/35293 (truncation errors with gfortran.dg/streamio_11.f90, 3, 4 and 15.)
PR libfortran/35293
	* io/unix.c (fd_truncate): Fold s->special_file case into
	success case of ftruncate/chsize call instead of the failure case.
	Make failure case actually return failure.  Properly update stream
	pointers on failure.  Call runtime_error for targets without
	neither ftruncate nor chsize where such a call would be needed.

From-SVN: r132888
2008-03-05 01:50:33 +00:00
..
close.c
file_pos.c
format.c
inquire.c inquire.c (inquire_via_unit): If a unit is opened... 2008-01-20 06:33:49 +00:00
intrinsics.c
io.h
list_read.c re PR fortran/34676 (IO error delayed) 2008-01-05 16:00:40 +00:00
lock.c
open.c
read.c
size_from_kind.c
transfer.c re PR libfortran/35132 (Formatted stream I/O write should truncate) 2008-02-21 02:27:07 +00:00
unit.c re PR libfortran/35063 (Clean up use of destroy_unit_mutex()) 2008-03-01 12:46:31 +02:00
unix.c re PR libfortran/35293 (truncation errors with gfortran.dg/streamio_11.f90, 3, 4 and 15.) 2008-03-05 01:50:33 +00:00
write_float.def re PR fortran/35036 (illegal E format descriptor produces wrong output) 2008-02-21 02:20:27 +00:00
write.c write.c (write_real): Increase default precision for 2008-01-18 22:43:08 +01:00