Commit d0d4124c by Daniel Kraft Committed by Daniel Kraft

re PR fortran/41507 (Documentation misleading on MAXLOC/MINLOC array type requirement)

2010-02-09  Daniel Kraft  <d@domob.eu>

	PR fortran/41507
	* intrinsic.texi (MAXVAL): Remove wrong claim that array argument
	can be CHARACTER type.
	(MINVAL), (MAXLOC), (MINLOC): Ditto.

From-SVN: r156618
parent 6cc5a790
2010-02-09 Daniel Kraft <d@domob.eu>
PR fortran/41507
* intrinsic.texi (MAXVAL): Remove wrong claim that array argument
can be CHARACTER type.
(MINVAL), (MAXLOC), (MINLOC): Ditto.
2010-02-05 Paul Thomas <pault@gcc.gnu.org> 2010-02-05 Paul Thomas <pault@gcc.gnu.org>
PR fortran/42309 PR fortran/42309
......
...@@ -7558,8 +7558,8 @@ Transformational function ...@@ -7558,8 +7558,8 @@ Transformational function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER}, @item @var{ARRAY} @tab Shall be an array of type @code{INTEGER} or
@code{REAL}, or @code{CHARACTER}. @code{REAL}.
@item @var{DIM} @tab (Optional) Shall be a scalar of type @item @var{DIM} @tab (Optional) Shall be a scalar of type
@code{INTEGER}, with a value between one and the rank of @var{ARRAY}, @code{INTEGER}, with a value between one and the rank of @var{ARRAY},
inclusive. It may not be an optional dummy argument. inclusive. It may not be an optional dummy argument.
...@@ -7614,8 +7614,8 @@ Transformational function ...@@ -7614,8 +7614,8 @@ Transformational function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER}, @item @var{ARRAY} @tab Shall be an array of type @code{INTEGER} or
@code{REAL}, or @code{CHARACTER}. @code{REAL}.
@item @var{DIM} @tab (Optional) Shall be a scalar of type @item @var{DIM} @tab (Optional) Shall be a scalar of type
@code{INTEGER}, with a value between one and the rank of @var{ARRAY}, @code{INTEGER}, with a value between one and the rank of @var{ARRAY},
inclusive. It may not be an optional dummy argument. inclusive. It may not be an optional dummy argument.
...@@ -7869,8 +7869,8 @@ Transformational function ...@@ -7869,8 +7869,8 @@ Transformational function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER}, @item @var{ARRAY} @tab Shall be an array of type @code{INTEGER} or
@code{REAL}, or @code{CHARACTER}. @code{REAL}.
@item @var{DIM} @tab (Optional) Shall be a scalar of type @item @var{DIM} @tab (Optional) Shall be a scalar of type
@code{INTEGER}, with a value between one and the rank of @var{ARRAY}, @code{INTEGER}, with a value between one and the rank of @var{ARRAY},
inclusive. It may not be an optional dummy argument. inclusive. It may not be an optional dummy argument.
...@@ -7925,8 +7925,8 @@ Transformational function ...@@ -7925,8 +7925,8 @@ Transformational function
@item @emph{Arguments}: @item @emph{Arguments}:
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER}, @item @var{ARRAY} @tab Shall be an array of type @code{INTEGER} or
@code{REAL}, or @code{CHARACTER}. @code{REAL}.
@item @var{DIM} @tab (Optional) Shall be a scalar of type @item @var{DIM} @tab (Optional) Shall be a scalar of type
@code{INTEGER}, with a value between one and the rank of @var{ARRAY}, @code{INTEGER}, with a value between one and the rank of @var{ARRAY},
inclusive. It may not be an optional dummy argument. inclusive. It may not be an optional dummy argument.
......
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