https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93224
--- Comment #2 from Martin Liška ---
One more test-case:
$ #include
int main()
{
long double value;
if constexpr (std::atomic_ref::is_always_lock_free)
{
bool ok;
const auto mo = std::memory_order_relaxed;
std::atomic_ref a(v
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93224
--- Comment #1 from Martin Liška ---
Reduced test-case:
#include
int main()
{
long double value;
if constexpr (std::atomic_ref::is_always_lock_free)
{
bool ok;
const auto mo = std::memory_order_relaxed;
std::atomic_ref a(valu