mirror of git://gcc.gnu.org/git/gcc.git
parent
6a3d0bb327
commit
f0b587aa84
|
|
@ -8,29 +8,29 @@
|
||||||
|
|
||||||
PR c++/66192
|
PR c++/66192
|
||||||
PR target/66200
|
PR target/66200
|
||||||
* config/cpu/alpha/atomic_word.h: Remove.
|
* config/cpu/alpha/atomic_word.h: Remove.
|
||||||
* config/cpu/ia64/atomic_word.h: Remove.
|
* config/cpu/ia64/atomic_word.h: Remove.
|
||||||
* config/cpu/powerpc/atomic_word.h: Remove.
|
* config/cpu/powerpc/atomic_word.h: Remove.
|
||||||
* config/os/aix/atomic_word.h: Remove.
|
* config/os/aix/atomic_word.h: Remove.
|
||||||
* configure.host (atomic_word_dir) [ia64, aix*, powerpc, alpha]:
|
* configure.host (atomic_word_dir) [ia64, aix*, powerpc, alpha]:
|
||||||
Use generic definition.
|
Use generic definition.
|
||||||
|
|
||||||
2015-06-12 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
2015-06-12 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
|
||||||
|
|
||||||
PR target/66200
|
PR target/66200
|
||||||
PR c++/66192
|
PR c++/66192
|
||||||
* * config/cpu/generic/atomic_word.h (_GLIBCXX_READ_MEM_BARRIER): Define
|
* * config/cpu/generic/atomic_word.h (_GLIBCXX_READ_MEM_BARRIER): Define
|
||||||
(_GLIBCXX_WRITE_MEM_BARRIER): Likewise
|
(_GLIBCXX_WRITE_MEM_BARRIER): Likewise
|
||||||
* include/bits/shared_ptr_base.h: Use ACQ_REL barrier.
|
* include/bits/shared_ptr_base.h: Use ACQ_REL barrier.
|
||||||
* include/ext/atomicity.h: Likewise.
|
* include/ext/atomicity.h: Likewise.
|
||||||
* include/tr1/shared_ptr.h: Likewise.
|
* include/tr1/shared_ptr.h: Likewise.
|
||||||
* libsupc++/guard.cc (__test_and_acquire): Rewrite with atomics.
|
* libsupc++/guard.cc (__test_and_acquire): Rewrite with atomics.
|
||||||
Update comment.
|
Update comment.
|
||||||
(__set_and_release): Likewise.
|
(__set_and_release): Likewise.
|
||||||
* testsuite/20_util/shared_ptr/cons/43820_neg.cc (test01): Adjust for
|
* testsuite/20_util/shared_ptr/cons/43820_neg.cc (test01): Adjust for
|
||||||
line numbers.
|
line numbers.
|
||||||
* testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise.
|
* testsuite/20_util/shared_ptr/cons/void_neg.cc: Likewise.
|
||||||
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc:
|
* testsuite/tr1/2_general_utilities/shared_ptr/cons/43820_neg.cc:
|
||||||
Likewise.
|
Likewise.
|
||||||
|
|
||||||
2015-06-12 Jonathan Wakely <jwakely@redhat.com>
|
2015-06-12 Jonathan Wakely <jwakely@redhat.com>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue