https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58931
Mike Crowe <mac at mcrowe dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mac at mcrowe dot com --- Comment #6 from Mike Crowe <mac at mcrowe dot com> --- This problem isn't as serious now that waiting on std::chrono::steady_clock doesn't use the generic wait_until implemenation, but it's worth fixing regardless. I have a reproduction case and Aaron's fix in attachment 43261 (with some minor tweaks to accommodate the recent addition of __detail::ceil) still appears to work.