From: kargl Date: Wed, 14 Apr 2010 19:38:07 +0000 (+0000) Subject: Add ChangeLog entry for my previous commit. X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=85e9807247762a94f01cd6f054c6af4fd1054de9 Add ChangeLog entry for my previous commit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158354 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 + + * 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 PR fortran/18918