https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113772
--- Comment #8 from Iain Buclaw <ibuclaw at gdcproject dot org> --- Created attachment 57329 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57329&action=edit The quick fix to the lock-free test The immediate thing that can be changed is turning the test into a `__traits(compiles)` one, which would turn the error into a `false` value.