http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46207
Paolo Carlini <paolo.carlini at oracle dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEW CC| |bkoz at redhat dot com AssignedTo|paolo.carlini at oracle dot |unassigned at gcc dot |com |gnu.org --- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2010-10-28 10:14:02 UTC --- It's a mess: why n3126 doesn't have the store, atomic_store, and atomic_exchange tweaks, to name a few? Also, the compare_exchange_* are now overloaded, not just changed to take a const void*. And what about the atomic_address constructor from a void*? I don't think I'm going to work on this righ now... Adding Benjamin in CC, maybe he followed details of this..