https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115402
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |16.0
--- Comment #10 from Jonathan Wakely <redi at gcc dot gnu.org> ---
(In reply to Giuseppe D'Angelo from comment #9)
> I have posted on the ML a (partial) patch for P3323R1, but I think I need to
> wait for the wait/notify ABI stabilization, and rebase it on top of that?
I don't think it conflicts with it, but we should probably wait for stage 1 to
commit your patch.
> Partial: wait()/notify() on a volatile-qualified type (like the reduced
> testcase from Comment 1) doesn't work.
Hmm, I think we'll need to use the non-futex path for atomic_ref<volatile T>,
even when T is int.