From: Jerry DeLisle Date: Fri, 6 Jan 2006 05:21:01 +0000 (+0000) Subject: re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument) X-Git-Tag: releases/gcc-4.2.0~5005 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b40bdc4abd63c203da2cf149e074bfa67f85533;p=thirdparty%2Fgcc.git re PR libfortran/25598 (gfortran - Fortran runtime error: Invalid argument) 2006-01-05 Jerry DeLisle 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. Fix date on ChangeLog From-SVN: r109408 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 1c9c1669a716..81790d88e81e 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,11 @@ +2006-01-05 Jerry DeLisle + + 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. + 2006-01-05 Jerry DeLisle PR fortran/24268