Commit 8eedea2c by Thomas Koenig

intrinsic.texi (MAXLOC): Remove double description of return value.

2017-12-12  Thomas Koenig  <tkoenig@gcc.gnu.org>

	* intrinsic.texi (MAXLOC): Remove double description
	of return value.
	(MINLOC): Likewise.

From-SVN: r255587
parent be194538
2017-12-12 Thomas Koenig <tkoenig@gcc.gnu.org>
* intrinsic.texi (MAXLOC): Remove double description
of return value.
(MINLOC): Likewise.
2017-12-11 Thomas Koenig <tkoenig@gcc.gnu.org> 2017-12-11 Thomas Koenig <tkoenig@gcc.gnu.org>
* intrinsic.texi (MAXLOC): Update documentation for * intrinsic.texi (MAXLOC): Update documentation for
......
...@@ -9994,9 +9994,7 @@ that of the first such element in array element order. If the array has ...@@ -9994,9 +9994,7 @@ that of the first such element in array element order. If the array has
zero size, or all of the elements of @var{MASK} are @code{.FALSE.}, then zero size, or all of the elements of @var{MASK} are @code{.FALSE.}, then
the result is an array of zeroes. Similarly, if @var{DIM} is supplied the result is an array of zeroes. Similarly, if @var{DIM} is supplied
and all of the elements of @var{MASK} along a given row are zero, the and all of the elements of @var{MASK} along a given row are zero, the
result value for that row is zero. If the optional argument @var{KIND} result value for that row is zero.
is present, the result is an integer of kind @var{KIND}, otherwise it is of
default kind.
@item @emph{Standard}: @item @emph{Standard}:
Fortran 95 and later; @var{ARRAY} of @code{CHARACTER} and the Fortran 95 and later; @var{ARRAY} of @code{CHARACTER} and the
...@@ -10030,8 +10028,9 @@ equal to the rank of @var{ARRAY}. If @var{DIM} is present, the result ...@@ -10030,8 +10028,9 @@ equal to the rank of @var{ARRAY}. If @var{DIM} is present, the result
is an array with a rank one less than the rank of @var{ARRAY}, and a is an array with a rank one less than the rank of @var{ARRAY}, and a
size corresponding to the size of @var{ARRAY} with the @var{DIM} size corresponding to the size of @var{ARRAY} with the @var{DIM}
dimension removed. If @var{DIM} is present and @var{ARRAY} has a rank dimension removed. If @var{DIM} is present and @var{ARRAY} has a rank
of one, the result is a scalar. In all cases, the result is of default of one, the result is a scalar. If the optional argument @var{KIND}
@code{INTEGER} type. is present, the result is an integer of kind @var{KIND}, otherwise it
is of default kind.
@item @emph{See also}: @item @emph{See also}:
@ref{MAX}, @ref{MAXVAL} @ref{MAX}, @ref{MAXVAL}
...@@ -10347,9 +10346,7 @@ that of the first such element in array element order. If the array has ...@@ -10347,9 +10346,7 @@ that of the first such element in array element order. If the array has
zero size, or all of the elements of @var{MASK} are @code{.FALSE.}, then zero size, or all of the elements of @var{MASK} are @code{.FALSE.}, then
the result is an array of zeroes. Similarly, if @var{DIM} is supplied the result is an array of zeroes. Similarly, if @var{DIM} is supplied
and all of the elements of @var{MASK} along a given row are zero, the and all of the elements of @var{MASK} along a given row are zero, the
result value for that row is zero. If the optional argument @var{KIND} result value for that row is zero.
is present, the result is an integer of kind @var{KIND}, otherwise it is of
default kind.
@item @emph{Standard}: @item @emph{Standard}:
Fortran 95 and later; @var{ARRAY} of @code{CHARACTER} and the Fortran 95 and later; @var{ARRAY} of @code{CHARACTER} and the
...@@ -10383,8 +10380,9 @@ equal to the rank of @var{ARRAY}. If @var{DIM} is present, the result ...@@ -10383,8 +10380,9 @@ equal to the rank of @var{ARRAY}. If @var{DIM} is present, the result
is an array with a rank one less than the rank of @var{ARRAY}, and a is an array with a rank one less than the rank of @var{ARRAY}, and a
size corresponding to the size of @var{ARRAY} with the @var{DIM} size corresponding to the size of @var{ARRAY} with the @var{DIM}
dimension removed. If @var{DIM} is present and @var{ARRAY} has a rank dimension removed. If @var{DIM} is present and @var{ARRAY} has a rank
of one, the result is a scalar. In all cases, the result is of default of one, the result is a scalar. If the optional argument @var{KIND}
@code{INTEGER} type. is present, the result is an integer of kind @var{KIND}, otherwise it
is of default kind.
@item @emph{See also}: @item @emph{See also}:
@ref{MIN}, @ref{MINVAL} @ref{MIN}, @ref{MINVAL}
......
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