aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-14 19:38:07 +0000
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>2010-04-14 19:38:07 +0000
commit2100808ebd57adc5f1b45afb450a3bd3c2c6723a (patch)
tree38d3163ef14ba62bc37ffba8c5d1c321d810d32d /gcc
parent57b0c232ae328ccd2ad591a66605221e9c15d065 (diff)
Add ChangeLog entry for my previous commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158354 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 72ede7ac752..b1b34ee59b7 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,11 @@
+2010-04-14 Steven G. Kargl <kargl@gcc.gnu.org>
+
+ * fortran/intrinsic.texi: Add the missing specific name of intrinsic
+ procedure where the specific name is identical to the generic name.
+ Fix inconsistent or mismatch in the argument names in intrinsic
+ procedure descriptions. Add the SCALAR allocatable description to
+ ALLOCATED.
+
2010-04-14 Tobias Burnus <burnus@net-b.de>
PR fortran/18918