OSDN Git Service

2006-03-25 Jerry DeLisle <jvdelisle@gcc.gnu.org>
authorjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Mar 2006 02:15:44 +0000 (02:15 +0000)
committerjvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 Mar 2006 02:15:44 +0000 (02:15 +0000)
commit32266284b079eed23fae40ce6b61708a909a880a
treed9fd16198721c77e9d7670c1d0b9353fc9b6e9c1
parent8a64878aeaa54f3dd7dfc13283e10468523f6f00
2006-03-25  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/26661
* io/io.h: Add read_sf so it can be used by read_x.
* io/transfer.c (read_sf): Pass no_error flag to read_sf.  Use it to
break out rather than error on EOF or EOR conditions.
(read_block): Update call to read_sf.
(read_block_direct): Ditto.
* io/read.c (read_x): Use the modified read_sf instead of read_block.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112390 138bc75d-0d04-0410-961f-82ee72b054a4
libgfortran/ChangeLog
libgfortran/io/io.h
libgfortran/io/read.c
libgfortran/io/transfer.c