diff options
author | Thomas Koenig <tkoenig@gcc.gnu.org> | 2020-09-08 08:13:29 +0200 |
---|---|---|
committer | Thomas Koenig <tkoenig@gcc.gnu.org> | 2020-09-08 08:13:29 +0200 |
commit | 213200a27d756df1709be1a1a6a85af97a32fddc (patch) | |
tree | b158379641808ead70f6b466e8c7d7329a5931ce /gcc/fortran | |
parent | fff56ce43844d376365c6e057e89bded070f717c (diff) | |
download | gcc-213200a27d756df1709be1a1a6a85af97a32fddc.zip gcc-213200a27d756df1709be1a1a6a85af97a32fddc.tar.gz gcc-213200a27d756df1709be1a1a6a85af97a32fddc.tar.bz2 |
Fix description of FINDLOC result.
gcc/fortran/ChangeLog:
* intrinsic.texi: Fix description of FINDLOC result.
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/intrinsic.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 13325ed..eda87ea 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 |