]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/56994 (Incorrect documentation for Fortran NEAREST intrinsic function)
authorTobias Burnus <burnus@net-b.de>
Thu, 18 Apr 2013 07:48:05 +0000 (09:48 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 18 Apr 2013 07:48:05 +0000 (09:48 +0200)
2013-04-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/56994
        * invoke.texi (NEAREST): S argument is not optional.

From-SVN: r198049

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index 71f6362003e2cb2406ad61c9c4d0a9a55a4cfdc7..13e251a317054494ae8746768ac1900508e52a63 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-18  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/56994
+       * invoke.texi (NEAREST): S argument is not optional.
+
 2013-04-11  Release Manager
 
        * GCC 4.7.3 released.
index 294818e43d0a1c62d4d5250ec56605cb1b29202b..ab91122a96b272c1aa91452bbb8da51e41379fad 100644 (file)
@@ -9209,7 +9209,7 @@ Elemental function
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
 @item @var{X} @tab Shall be of type @code{REAL}.
-@item @var{S} @tab (Optional) shall be of type @code{REAL} and
+@item @var{S} @tab Shall be of type @code{REAL} and
 not equal to zero.
 @end multitable