diff options
author | Andrew MacLeod <amacleod@redhat.com> | 2012-02-13 15:37:33 +0000 |
---|---|---|
committer | Andrew Macleod <amacleod@gcc.gnu.org> | 2012-02-13 15:37:33 +0000 |
commit | 8ca1b3428a8519deae9c0d5b2c2d31cfd9ef0042 (patch) | |
tree | f664473ac2596a8419380390d45da544953b71e8 /gcc/doc | |
parent | d86c2d9495583ed214132bf5b3ca43b87026db68 (diff) | |
download | gcc-8ca1b3428a8519deae9c0d5b2c2d31cfd9ef0042.zip gcc-8ca1b3428a8519deae9c0d5b2c2d31cfd9ef0042.tar.gz gcc-8ca1b3428a8519deae9c0d5b2c2d31cfd9ef0042.tar.bz2 |
re PR c/52190 (question about atomic intrinsics -- test and documentation vary -- please clarify)
2012-02-13 Andrew MacLeod <amacleod@redhat.com>
PR c/52190
* doc/extend.texi : Fix another __atomic_compare_exchange typo.
From-SVN: r184156
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a131c91..ae50ae0 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -7151,7 +7151,7 @@ for weak compare_exchange, and false for the strong variation. Many targets only offer the strong variation and ignore the parameter. When in doubt, use the strong variation. -True is returned if @code{*@var{desired}} is written into +True is returned if @var{desired} is written into @code{*@var{ptr}} and the execution is considered to conform to the memory model specified by @var{success_memmodel}. There are no restrictions on what memory model can be used here. |