aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2015-03-22 18:42:52 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2015-03-22 18:42:52 +0000
commit4bfbd309bd4e1191bced8b11d5db41c9efb20e31 (patch)
tree4549632a36310121f7f91f684f59d39540d29c23 /libgfortran/ChangeLog
parentac48a1ba5ef285bcf52b5ef02cb3845c5e94e3b1 (diff)
downloadgcc-4bfbd309bd4e1191bced8b11d5db41c9efb20e31.zip
gcc-4bfbd309bd4e1191bced8b11d5db41c9efb20e31.tar.gz
gcc-4bfbd309bd4e1191bced8b11d5db41c9efb20e31.tar.bz2
re PR libfortran/59513 (Fortran runtime error: Sequential READ or WRITE not allowed after EOF marker, possibly use REWIND or BACKSPACE)
2015-03-22 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/59513 * io/transfer.c (data_transfer_init): Do not error for -std=legacy. From-SVN: r221572
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 031b2ba..d66fc4b 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,9 @@
+2015-03-22 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/59513
+ * io/transfer.c (data_transfer_init): Do not error for
+ -std=legacy.
+
2015-03-16 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/64432