aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2007-03-09 21:51:39 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2007-03-09 21:51:39 +0000
commitf4072316a3ef6466ff3b554ca19b14ce4e64eda0 (patch)
treef373d27e1481d619ffecd03c0e976bc2f878ccbe /libgfortran/ChangeLog
parent7cd4f641a0bbc98177446251888dbd96e3fd12f5 (diff)
downloadgcc-f4072316a3ef6466ff3b554ca19b14ce4e64eda0.zip
gcc-f4072316a3ef6466ff3b554ca19b14ce4e64eda0.tar.gz
gcc-f4072316a3ef6466ff3b554ca19b14ce4e64eda0.tar.bz2
re PR libfortran/31099 (Runtime error on legal code using RECL)
2007-03-09 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/31099 * io/open.c (new_unit): Initialize bytes_left and recl_subrecord. * io/transfer.c (next_record_w): Set bytes left to record length for sequential unformatted I/O. (next_record_r): Ditto. (read_block_direct): Fix test for exceeding bytes_left. From-SVN: r122763
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 889a70d..7f90658 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,12 @@
+2007-03-09 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/31099
+ * io/open.c (new_unit): Initialize bytes_left and recl_subrecord.
+ * io/transfer.c (next_record_w): Set bytes left to record length for
+ sequential unformatted I/O.
+ (next_record_r): Ditto.
+ (read_block_direct): Fix test for exceeding bytes_left.
+
2007-03-08 Daniel Franke <franke.daniel@gmail.com>
PR fortran/30947