From: Thomas Koenig Date: Tue, 8 Sep 2020 06:13:29 +0000 (+0200) Subject: Fix description of FINDLOC result. X-Git-Tag: releases/gcc-10.3.0~947 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127d693955d7553b9320784814be94aab241e889;p=thirdparty%2Fgcc.git Fix description of FINDLOC result. gcc/fortran/ChangeLog: * intrinsic.texi: Fix description of FINDLOC result. (cherry picked from commit 213200a27d756df1709be1a1a6a85af97a32fddc) --- diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index a1ecf5933ba7..e5790b548f0c 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -6154,7 +6154,8 @@ END PROGRAM @item @emph{Description}: Determines the location of the element in the array with the value given in the @var{VALUE} argument, or, if the @var{DIM} argument is -supplied, determines the locations of the maximum element along each +supplied, determines the locations of the elements equal to the +@var{VALUE} argument element along each row of the array in the @var{DIM} direction. If @var{MASK} is present, only the elements for which @var{MASK} is @code{.TRUE.} are considered. If more than one element in the array has the value