[Patch, committed] fortran/intrinsic.texi: Use proper variable name (Re: online doc corr.)

2021-05-23 Thread Tobias Burnus

Hi Johannes, hi all,

On 22.05.21 23:06, Johannes Nendwich via Gcc wrote:

https://gcc.gnu.org/onlinedocs/gcc-11.1.0/gfortran/ATOMIC_005fADD.html#ATOMIC_005fADD
"ATOMIC_ADD(ATOM, VALUE) atomically adds the value of VAR to the
variable ATOM."
--> "... adds the value of VALUE ..." ?


Indeed – and the same a bit later in ATOMIC_FETCH_ADD.

Now fixed on mainline (GCC 12, commit
r12-1002-g5d3ef9189a7c57679b5fb06e51c90479df0548b0, cf. attachment) and
on GCC 11 (commit r11-8458-g9ee61d2b51df012c659359873637cc2162ecccf3).

Thanks for the report!

Tobias

-
Mentor Graphics (Deutschland) GmbH, Arnulfstrasse 201, 80634 München 
Registergericht München HRB 106955, Geschäftsführer: Thomas Heurung, Frank 
Thürauf
commit 5d3ef9189a7c57679b5fb06e51c90479df0548b0
Author: Tobias Burnus 
Date:   Sun May 23 11:56:39 2021 +0200

fortran/intrinsic.texi: Use proper variable name

gcc/fortran/ChangeLog:

* intrinsic.texi (ATOMIC_ADD, ATOMIC_FETCH_ADD): Use the
proper variable name in the description.

diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index a62508745fd..ad164137986 100644
--- a/gcc/fortran/intrinsic.texi
+++ b/gcc/fortran/intrinsic.texi
@@ -1870,7 +1870,7 @@ Inverse function: @gol
 
 @table @asis
 @item @emph{Description}:
-@code{ATOMIC_ADD(ATOM, VALUE)} atomically adds the value of @var{VAR} to the
+@code{ATOMIC_ADD(ATOM, VALUE)} atomically adds the value of @var{VALUE} to the
 variable @var{ATOM}. When @var{STAT} is present and the invocation was
 successful, it is assigned the value 0. If it is present and the invocation
 has failed, it is assigned a positive value; in particular, for a coindexed
@@ -2090,7 +2090,7 @@ end program atomic
 @table @asis
 @item @emph{Description}:
 @code{ATOMIC_FETCH_ADD(ATOM, VALUE, OLD)} atomically stores the value of
-@var{ATOM} in @var{OLD} and adds the value of @var{VAR} to the
+@var{ATOM} in @var{OLD} and adds the value of @var{VALUE} to the
 variable @var{ATOM}. When @var{STAT} is present and the invocation was
 successful, it is assigned the value 0. If it is present and the invocation
 has failed, it is assigned a positive value; in particular, for a coindexed


Re: Welcome GCC GSoC 2021 participants

2021-05-23 Thread Ankur Saini via Gcc


Hello,

> On 18-May-2021, at 9:52 PM, Martin Jambor  wrote:
> 
> All accepted students which do not already have one must request a
> copyright assignment[1] as soon as possible.  Please email the
> following information to ass...@gnu.org and they will send you the
> assignment form for your past and future changes.  Use your full legal
> name (in ASCII characters) as the subject line of the message.  The
> "program or package" is of course GCC.
> 

I sent a mail requesting the same to ass...@gnu.org  on 
19th-May-2021, and haven’t received any response till now. Is this common to 
have them take this long ?

Thank you,
- Ankur



gcc-12-20210523 is now available

2021-05-23 Thread GCC Administrator via Gcc
Snapshot gcc-12-20210523 is now available on
  https://gcc.gnu.org/pub/gcc/snapshots/12-20210523/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 12 git branch
with the following options: git://gcc.gnu.org/git/gcc.git branch master 
revision c01c4331112aaf45f0de20ed8883dbeab83ed896

You'll find:

 gcc-12-20210523.tar.xz   Complete GCC

  SHA256=04f0e2ffc3245d6ff596d6beeefb865b8a9e09aa36f79d98a2eaecd645854409
  SHA1=c0866ff74f738d865ce0f2a05b88f39647e2d043

Diffs from 12-20210516 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-12
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.