diff mbox series

[committed] gcc/fortran/intrinsic.texi: Fix typo (was: gfortran online docs: small typo in RESULT_IMAGE description)

Message ID 92858c6e-8ae8-2d05-c2b6-3f6cbf2b87d8@codesourcery.com
State New
Headers show
Series [committed] gcc/fortran/intrinsic.texi: Fix typo (was: gfortran online docs: small typo in RESULT_IMAGE description) | expand

Commit Message

Tobias Burnus Jan. 21, 2021, 1:28 p.m. UTC
On 21.01.21 13:22, Jorge D'Elia via Fortran wrote:

> A small typo in https://gcc.gnu.org/onlinedocs/gfortran/CO_005fREDUCE.html#CO_005fREDUCE

Thanks for the report – I regarded it as (almost) patch and, hence, used
you as author :-)

Committed as r11-6835-g9be0a89c95cc30089786faa26b89e8d7444c879e

Thanks,

Tobias

PS: The bug existed since 2014 ...

-----------------
Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany
Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander Walter

Comments

Jorge D'Elia Jan. 25, 2021, 10:42 a.m. UTC | #1
Hi Tobias,

----- Mensaje original -----
> De: "Tobias Burnus" 
> Para: "jdelia" <jdelia@cimec.unl.edu.ar>, "Gfortran List" , "GCC Patches" 
> CC: "Jorge D'Elia" <jdelia@intec.unl.edu.ar>
> Enviado: Jueves, 21 de Enero 2021 10:28:02
> Asunto: [Patch, committed] gcc/fortran/intrinsic.texi: Fix typo (was: gfortran online docs: small typo in RESULT_IMAGE
> description)
>
> On 21.01.21 13:22, Jorge D'Elia via Fortran wrote:
> 
>> A small typo in
>> https://gcc.gnu.org/onlinedocs/gfortran/CO_005fREDUCE.html#CO_005fREDUCE
> 
> Thanks for the report – I regarded it as (almost) patch and, hence, used
> you as author :-)

Ok, non problem.

> Committed as r11-6835-g9be0a89c95cc30089786faa26b89e8d7444c879e
>
> Thanks,
> 
> Tobias
> 
> PS: The bug existed since 2014 ...

Yes, I remember that typo for a while. 
By the way, when will the update be available in https://gcc.gnu.org/onlinedocs ? 
e.g. at least until today it is still not seen...

Regards.
JorgeD.

> -----------------
> Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany
> Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander
> Walter
Tobias Burnus Jan. 25, 2021, 1:48 p.m. UTC | #2
Hi Jorge, hi all,

On 25.01.21 11:42, Jorge D'Elia wrote:

>> Committed as r11-6835-g9be0a89c95cc30089786faa26b89e8d7444c879e
> By the way, when will the update be available in https://gcc.gnu.org/onlinedocs ?
> e.g. at least until today it is still not seen...

It turned out that the issue was in multiple intrinsics – I thought I
had correctly grepped but seemingly, I haven't. (CO_MAX was fixed.) — I
also fixed another copy'n'paste error (one 'co_min' instead of 'co_sum').

Thus, I now fixed the others – and it hopefully shows up tomorrow.

Thanks for the initial report and insisting that it should be fixed ...

Tobias

-----------------
Mentor Graphics (Deutschland) GmbH, Arnulfstraße 201, 80634 München / Germany
Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Alexander Walter
diff mbox series

Patch

commit 9be0a89c95cc30089786faa26b89e8d7444c879e
Author:     Jorge D'Elia <jdelia@cimec.unl.edu.ar>
AuthorDate: Thu Jan 21 14:23:28 2021 +0100
Commit:     Tobias Burnus <tobias@codesourcery.com>
CommitDate: Thu Jan 21 14:24:27 2021 +0100

    gcc/fortran/intrinsic.texi: Fix typo
    
    gcc/fortran/ChangeLog:
    
            * intrinsic.texi (CO_MAX): Fix typo.

diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index acf1cae3921..6e6aa26c25c 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -3753,7 +3753,7 @@  Collective subroutine
 @item @var{A}            @tab shall be an integer, real or character variable,
 which has the same type and type parameters on all images of the team.
 @item @var{RESULT_IMAGE} @tab (optional) a scalar integer expression; if
-present, it shall have the same the same value on all images and refer to an
+present, it shall have the same value on all images and refer to an
 image of the current team.
 @item @var{STAT}         @tab (optional) a scalar integer variable
 @item @var{ERRMSG}       @tab (optional) a scalar character variable