aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran
diff options
context:
space:
mode:
authorSteven G. Kargl <kargl@gcc.gnu.org>2010-04-14 19:38:07 +0000
committerSteven G. Kargl <kargl@gcc.gnu.org>2010-04-14 19:38:07 +0000
commit17fb1a8ce7ef03fcd293c16fc2e5bf087b165802 (patch)
tree38d3163ef14ba62bc37ffba8c5d1c321d810d32d /gcc/fortran
parentfeeb8c524a6c6ea4d014409553ffa4b1c88a6b4b (diff)
downloadgcc-17fb1a8ce7ef03fcd293c16fc2e5bf087b165802.zip
gcc-17fb1a8ce7ef03fcd293c16fc2e5bf087b165802.tar.gz
gcc-17fb1a8ce7ef03fcd293c16fc2e5bf087b165802.tar.bz2
Add ChangeLog entry for my previous commit.
From-SVN: r158354
Diffstat (limited to 'gcc/fortran')
-rw-r--r--gcc/fortran/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index 72ede7a..b1b34ee 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