This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/66224] PowerPC _GLIBCXX_READ_MEM_BARRIER too weak


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]