Hi, > You do not implement GCOV_LINKED_WITH_LOCKING patch, does locking work > with mingw? Or we only build gcc with cygwin emulation layer these days?
I tried to test _locking implementation with both mingw and msys2, in both cases fcntl was present and _locking was not. Admittedly I was unable to finish bootstrap without errors, so I might have been doing something wrong. So I didn't include _locking implementation, because I was unable to test it, and I am unsure whether we even have supported host which would require it. Michal