https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102994
Óscar Fuentes <gcc_bugzilla at axeitado dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #4 from Óscar Fuentes <gcc_bugzilla at axeitado dot com> --- The fix is wrong. It changes atomic_notify_one and atomic_notify_all instead of atomic<>::wait. So right now atomic<>::wait remains unfixed and atomic_notify_(one|all) arg is wrongly marked as const.