https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115402
--- Comment #14 from Jonathan Wakely <redi at gcc dot gnu.org> --- (In reply to GCC Commits from comment #11) > The atomic wait and notify operations are currently not supported for > volatile > types, to signal that static assert is added to corresponding methods of > atomic_ref. As noted in the r16-4349 commit log, we now give a static_assert for the original testcase. So it's not fixed, but at least now there's a clear error saying it's not supported. Adding that support still needs to be done.
