Workaround test_stack failure on AIX/ppc
authorFabrizio Fabbri <ffabbri4@bloomberg.net>
Fri, 7 Apr 2017 13:56:04 +0000 (09:56 -0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 17 Apr 2017 05:42:55 +0000 (08:42 +0300)
commit7ce7da4fe12be59478583e3a635c219e2a206d7a
tree3594d7b059d1e6131174c8be7267091723a4e0c3
parent3e0017cbc7acdfb6714b67f5cd4b4f7b18e0c67c
Workaround test_stack failure on AIX/ppc

* src/atomic_ops_stack.c [AO_USE_ALMOST_LOCK_FREE]
(AO_stack_pop_explicit_aux_acquire): Replace AO_load to AO_load_acquire
when loaded value is compared to first; add comment.
src/atomic_ops_stack.c