diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-20 17:43:53 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-20 17:43:53 +0000 |
| commit | d86e37524da30190b22017cc46a278c3ebfceb5c (patch) | |
| tree | 8ec4b08823b9b5486cecde9c93f376b7f59cf42e /libatomic/ChangeLog | |
| parent | 73e15dfcff00049654d5f5eba0889e2a7d3d80cf (diff) | |
| download | ppe42-gcc-d86e37524da30190b22017cc46a278c3ebfceb5c.tar.gz ppe42-gcc-d86e37524da30190b22017cc46a278c3ebfceb5c.zip | |
PR c++/60272
gcc/
* builtins.c (expand_builtin_atomic_compare_exchange): Conditionalize
on failure the store back into EXPECT.
libatomic/
* cas_n.c (libat_compare_exchange): Conditionalize on failure
the store back to EPTR.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207966 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libatomic/ChangeLog')
| -rw-r--r-- | libatomic/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libatomic/ChangeLog b/libatomic/ChangeLog index 2d1c9bd18ae..1bd3c2178aa 100644 --- a/libatomic/ChangeLog +++ b/libatomic/ChangeLog @@ -1,3 +1,9 @@ +2014-02-20 Richard Henderson <rth@redhat.com> + + PR c++/60272 + * cas_n.c (libat_compare_exchange): Conditionalize on failure + the store back to EPTR. + 2014-01-02 Richard Sandiford <rdsandiford@googlemail.com> Update copyright years |

