aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2007-06-29 19:39:21 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2007-06-29 19:39:21 +0000
commitd1d92e95d2aa6328658b3c98376d16ead427a798 (patch)
tree9d834e3e79a1f4838909083f24defd7289f49d6c /libgfortran/ChangeLog
parent622af87fc843e25c9631a43aaa1b30cc647b2825 (diff)
downloadgcc-d1d92e95d2aa6328658b3c98376d16ead427a798.zip
gcc-d1d92e95d2aa6328658b3c98376d16ead427a798.tar.gz
gcc-d1d92e95d2aa6328658b3c98376d16ead427a798.tar.bz2
re PR libfortran/32456 (IO error message should show Unit/Filename)
2007-06-29 Jerry DeLisle <jvdelisle@gcc.gnu.org> PR libgfortran/32456 * io/unit.c (filename_from_unit): Don't use find_unit, instead search for unit directly. From-SVN: r126119
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 fc8e1ed..0b5afde 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,9 @@
+2007-06-29 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+
+ PR libgfortran/32456
+ * io/unit.c (filename_from_unit): Don't use find_unit, instead search
+ for unit directly.
+
2007-06-24 Adam Nemet <anemet@caviumnetworks.com>
PR libfortran/32495