]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument)
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 6 Jan 2006 01:39:34 +0000 (01:39 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Fri, 6 Jan 2006 01:39:34 +0000 (01:39 +0000)
commit9696b2257cfc61d3e04045f05cc37580e461d0ef
tree1b49be523e21bb74b123b6ac069be07266b1e925
parent5c1fac10027111f60694aca0dd7f1103b09ae865
re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument)

2006-01-05  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

PR libgfortran/25598
* io/file_pos.c (unformatted_backspace): Assure the new file position
to seek is not less than zero.
(st_backspace): Set unit bytes_left to zero.
* io/transfer.c (next_record_r): Fix line lengths, no functional change.

From-SVN: r109405
libgfortran/ChangeLog
libgfortran/io/file_pos.c
libgfortran/io/transfer.c