aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2006-01-06 05:21:01 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2006-01-06 05:21:01 +0000
commit1b40bdc4abd63c203da2cf149e074bfa67f85533 (patch)
tree7007477223a34b29f62faf2611bc2f98ceb310d3 /gcc
parenta98c14f43c958ac64391fbbde39b8396144670e0 (diff)
downloadgcc-1b40bdc4abd63c203da2cf149e074bfa67f85533.zip
gcc-1b40bdc4abd63c203da2cf149e074bfa67f85533.tar.gz
gcc-1b40bdc4abd63c203da2cf149e074bfa67f85533.tar.bz2
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. Fix date on ChangeLog From-SVN: r109408
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 1c9c166..81790d8 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,5 +1,13 @@
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.
+
+2006-01-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
PR fortran/24268
* io.c (next_char_not_space): New function that returns the next
character that is not white space.