https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66224
--- Comment #2 from David Edelsohn <dje at gcc dot gnu.org> --- Author: dje Date: Thu May 21 17:18:25 2015 New Revision: 223496 URL: https://gcc.gnu.org/viewcvs?rev=223496&root=gcc&view=rev Log: PR target/66224 * config/cpu/powerpc/atomic_word.h (_GLIBCXX_READ_MEM_BARRIER): Don't use isync. Use lwsync if available. * configure.host (atomic_word_dir) [aix[56789]*]: Delete to use powerpc cpu definition. Modified: trunk/libstdc++-v3/ChangeLog trunk/libstdc++-v3/config/cpu/powerpc/atomic_word.h trunk/libstdc++-v3/configure.host