aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2014-04-12 00:04:41 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2014-04-12 00:04:41 +0000
commit861b2d2cdebc20803b0e6edbe8a0f736dc10711e (patch)
tree662a26cb7f03dbe7c1c2bb3832a0425e333c1b41 /libgfortran/ChangeLog
parentcbbd2b1c82942411f70b41f0aca6f480a01baef8 (diff)
downloadgcc-861b2d2cdebc20803b0e6edbe8a0f736dc10711e.zip
gcc-861b2d2cdebc20803b0e6edbe8a0f736dc10711e.tar.gz
gcc-861b2d2cdebc20803b0e6edbe8a0f736dc10711e.tar.bz2
re PR fortran/60810 (list directed io from array results in end of file)
2014-04-11 Jerry DeLisle <jvdelisle@gcc.gnu> PR libfortran/60810 io/unit.c (is_trim_ok): If internal unit is array, do not trim. From-SVN: r209329
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 6d92f9a..7bfdfc4 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,8 @@
+2014-04-11 Jerry DeLisle <jvdelisle@gcc.gnu>
+
+ PR libfortran/60810
+ io/unit.c (is_trim_ok): If internal unit is array, do not trim.
+
2014-03-21 Jerry DeLisle <jvdelisle@gcc.gnu>
PR libfortran/60148