[Bug target/65697] __atomic memory barriers not strong enough for __sync builtins

amacleod at redhat dot com gcc-bugzilla@gcc.gnu.org
Wed Apr 8 17:34:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65697

Andrew Macleod <amacleod at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amacleod at redhat dot com

--- Comment #3 from Andrew Macleod <amacleod at redhat dot com> ---
Note that atomic MEMMODEL_SEQ_CST is the original implementation of __sync.  It
was expanded to allow other memory models and the name was changed... but under
the covers it still implemented the same as it was before.



More information about the Gcc-bugs mailing list