Re: [patch] Add parallelism support to gcov for MinGW platforms

2021-04-29 Thread Richard Biener via Gcc-patches
On Thu, Apr 29, 2021 at 1:20 PM Eric Botcazou wrote: > > Hi, > > if you attempt a profiled bootstrap on the MinGW platforms with -jN, N > 1, > it miserably fails because of profile mismatches all over the place, the > reason being that gcov has no support for parallelism on these platforms. > > Th

[patch] Add parallelism support to gcov for MinGW platforms

2021-04-29 Thread Eric Botcazou
Hi, if you attempt a profiled bootstrap on the MinGW platforms with -jN, N > 1, it miserably fails because of profile mismatches all over the place, the reason being that gcov has no support for parallelism on these platforms. The attached patch adds it and, therefore, makes it possible to do a p