https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63400
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |WORKSFORME
--- Comment #18 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Yes, this is fixed (by mingw-w64 changes, not GCC changes).
I previously wrote:
(In reply to Jonathan Wakely from comment #14)
> In any case, we might want to keep it open to track the suggestion of using
> GetSystemTimePreciseAsFileTime for utc_clock, as an enhancement.
It seems like there's no need to do that, if system_clock has good resolution
now (and utc_clock is based on system_clock).
So I'll close this.