diff mbox

[Fortran,committed] PR56994 - invoke.texi: NEAREST's second argument isn't optional

Message ID 516FA5B9.5010507@net-b.de
State New
Headers show

Commit Message

Tobias Burnus April 18, 2013, 7:50 a.m. UTC
Committed as obvious to 4.7, 4.8 and the trunk. (Rev. 198048-198050).

Tobias
diff mbox

Patch

Index: gcc/fortran/ChangeLog
===================================================================
--- gcc/fortran/ChangeLog	(Revision 198047)
+++ gcc/fortran/ChangeLog	(Arbeitskopie)
@@ -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-17  Janus Weil  <janus@gcc.gnu.org>
 
 	PR fortran/56814
Index: gcc/fortran/intrinsic.texi
===================================================================
--- gcc/fortran/intrinsic.texi	(Revision 198047)
+++ gcc/fortran/intrinsic.texi	(Arbeitskopie)
@@ -9248,7 +9248,7 @@ 
 @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