[gcc r9-8852] Fix description of FINDLOC result.

Thomas Kथघnig tkoenig@gcc.gnu.org
Tue Sep 8 08:26:00 GMT 2020


https://gcc.gnu.org/g:ad67f1e77c9d994165be0f03076310908e422fb3

commit r9-8852-gad67f1e77c9d994165be0f03076310908e422fb3
Author: Thomas Koenig <tkoenig@gcc.gnu.org>
Date:   Tue Sep 8 08:13:29 2020 +0200

    Fix description of FINDLOC result.
    
    gcc/fortran/ChangeLog:
    
            * intrinsic.texi: Fix description of FINDLOC result.
    
    (cherry picked from commit 213200a27d756df1709be1a1a6a85af97a32fddc)

Diff:
---
 gcc/fortran/intrinsic.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index b39c576a8f6..05632e19c4d 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -6041,7 +6041,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


More information about the Gcc-cvs mailing list