gcc/libgfortran/io
Jerry DeLisle 41c3cddc6b re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.)
2010-03-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/43409
	* ioparm.def: Change inquire size variable to type pointer to
	GFC_IO_INT type.

2010-03-20  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

	PR fortran/43409
	* io/unix.h: Add prototype for new function to return file size.
	* io/unix.c (file_size): New function.
	* io/inquire.c (inquire_via_unit): Use new function.
	(inquire_via_filename): Use new function.

From-SVN: r157593
2010-03-20 14:39:00 +00:00
..
close.c
fbuf.c
fbuf.h
file_pos.c
format.c
format.h
inquire.c re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.) 2010-03-20 14:39:00 +00:00
intrinsics.c
io.h
list_read.c
lock.c
open.c
read.c
size_from_kind.c
transfer.c
unit.c
unix.c re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.) 2010-03-20 14:39:00 +00:00
unix.h re PR fortran/43409 (I/O: INQUIRE for SIZE does not work.) 2010-03-20 14:39:00 +00:00
write_float.def
write.c