aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry DeLisle <jvdelisle@gcc.gnu.org>2010-02-25 05:53:35 +0000
committerJerry DeLisle <jvdelisle@gcc.gnu.org>2010-02-25 05:53:35 +0000
commitf205d1da0f39deccade0353a5765d86239f324ba (patch)
treeb00068baaa432e2ba3719c1a6e7029f74071877d
parentf983954d59498782c2b37927069a40fba24bc8cb (diff)
downloadgcc-f205d1da0f39deccade0353a5765d86239f324ba.zip
gcc-f205d1da0f39deccade0353a5765d86239f324ba.tar.gz
gcc-f205d1da0f39deccade0353a5765d86239f324ba.tar.bz2
Fix ChangeLog Entry.
From-SVN: r157061
-rw-r--r--libgfortran/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 785a3a8..2eadbba 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,5 +1,6 @@
2010-02-24 Jerry DeLisle <jvdelisle@gcc.gnu.org>
+ PR libfortran/43155
* io/transfer.c (require_type): Subtract one from item_count for output
of error message. Add comment before formatted_transfer function
explaining why the item_count is off by one.