PR libgfortran/31099
* io/file_pos.c (st_rewind): Don't set bytes_left to zero.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122970
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/31099
+ * io/file_pos.c (st_rewind): Don't set bytes_left to zero.
+
2007-03-15 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* runtime/backtrace.c: New file.
u->endfile = NO_ENDFILE;
u->current_record = 0;
- u->bytes_left = 0;
u->strm_pos = 1;
u->read_bad = 0;
test_endfile (u);