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

--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
The issue can't be reproduced on x86_64-linux because
  if constexpr (std::atomic_ref<long double>::is_always_lock_free)

if false. There's a changed inline decision, I'm isolating which Param change
caused that.

Reply via email to