[Bug libstdc++/98034] std::atomic_signed_lock_free and std::atomic_unsigned_lock_free not defined

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Nov 27 13:49:09 GMT 2020


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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Also, we should probably be using a futex directly for unsigned, and for other
types with the same size and alignment as int (e.g. long on ilp32 targets).


More information about the Gcc-bugs mailing list