mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 07:50:29 +08:00
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.
This commit is contained in:
parent
1160d9c1e4
commit
5d3ef9189a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user