re PR fortran/41507 (Documentation misleading on MAXLOC/MINLOC array type requirement)
authorDaniel Kraft <d@domob.eu>
Tue, 9 Feb 2010 07:27:47 +0000 (08:27 +0100)
committerDaniel Kraft <domob@gcc.gnu.org>
Tue, 9 Feb 2010 07:27:47 +0000 (08:27 +0100)
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

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

index 6d52e5d..cd0c1be 100644 (file)
@@ -1,3 +1,10 @@
+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>
 
        PR fortran/42309
index d37c807..9d2ec79 100644 (file)
@@ -7558,8 +7558,8 @@ Transformational function
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
-@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER},
-@code{REAL}, or @code{CHARACTER}.
+@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER} or
+@code{REAL}.
 @item @var{DIM}   @tab (Optional) Shall be a scalar of type
 @code{INTEGER}, with a value between one and the rank of @var{ARRAY},
 inclusive.  It may not be an optional dummy argument.
@@ -7614,8 +7614,8 @@ Transformational function
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
-@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER},
-@code{REAL}, or @code{CHARACTER}.
+@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER} or
+@code{REAL}.
 @item @var{DIM}   @tab (Optional) Shall be a scalar of type
 @code{INTEGER}, with a value between one and the rank of @var{ARRAY},
 inclusive.  It may not be an optional dummy argument.
@@ -7869,8 +7869,8 @@ Transformational function
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
-@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER},
-@code{REAL}, or @code{CHARACTER}.
+@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER} or
+@code{REAL}.
 @item @var{DIM}   @tab (Optional) Shall be a scalar of type
 @code{INTEGER}, with a value between one and the rank of @var{ARRAY},
 inclusive.  It may not be an optional dummy argument.
@@ -7925,8 +7925,8 @@ Transformational function
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
-@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER},
-@code{REAL}, or @code{CHARACTER}.
+@item @var{ARRAY} @tab Shall be an array of type @code{INTEGER} or
+@code{REAL}.
 @item @var{DIM}   @tab (Optional) Shall be a scalar of type
 @code{INTEGER}, with a value between one and the rank of @var{ARRAY},
 inclusive.  It may not be an optional dummy argument.