[Bug libstdc++/122267] 29_atomics/atomic_ref/float.cc FAIL on i686-linux

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Oct 13 12:12:59 GMT 2025


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

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
That's a non-template function, so the if-constexpr statement is always
evaluated and never discarded. So probably it's not always_lock_free.


More information about the Gcc-bugs mailing list