Commit ae1e2600 by Tobias Burnus Committed by Tobias Burnus

re PR fortran/56994 (Incorrect documentation for Fortran NEAREST intrinsic function)

2013-04-18  Tobias Burnus  <burnus@net-b.de>

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

From-SVN: r198048
parent c19678d2
2013-04-18 Tobias Burnus <burnus@net-b.de>
PR fortran/56994
* invoke.texi (NEAREST): S argument is not optional.
2013-04-17 Janus Weil <janus@gcc.gnu.org> 2013-04-17 Janus Weil <janus@gcc.gnu.org>
PR fortran/56814 PR fortran/56814
......
...@@ -9248,7 +9248,7 @@ Elemental function ...@@ -9248,7 +9248,7 @@ Elemental function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{X} @tab Shall be of type @code{REAL}. @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. not equal to zero.
@end multitable @end multitable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment