Re: [Mingw-w64-public] [PATCH] Fix potential deadlock in pthread condition variable

2019-04-07 Thread Martin Storsjö
On Sun, 7 Apr 2019, Andrew Ng wrote: Hi, I have taken a look at issue https://sourceforge.net/p/mingw-w64/bugs/597, which I recently ran into again (had hoped it would have been fixed by now). I have attached a patch with a proposed fix to the MinGW-w64 winpthreads. I have been running this pa

Re: [Mingw-w64-public] [PATCH] Fix potential deadlock in pthread condition variable

2019-04-07 Thread Liu Hao
在 2019/4/7 下午12:27, Andrew Ng 写道: > Hi, > > I have taken a look at issue https://sourceforge.net/p/mingw-w64/bugs/597, > which I recently ran into again (had hoped it would have been fixed by now). > > I have attached a patch with a proposed fix to the MinGW-w64 winpthreads. I > have been running

Re: [Mingw-w64-public] [PATCH] crt: Use importlibs for more time functions.

2019-04-07 Thread Liu Hao
在 2019/4/5 下午8:07, Jacek Caban 写道: > On 4/5/19 9:15 AM, Martin Storsjö wrote: > > It would be great to have __forceinline fixed. I've seen a problems in > code using static __forceinline multiple times. I also recall that > attempts to change that had their problems, so it's more tricky than it >

Re: [Mingw-w64-public] Package for newer GCC

2019-04-07 Thread Liu Hao
在 2019/4/6 下午8:08, maxgacode 写道: > Dear MinGW64 team, > > I'm used to install the MinGW64 toolchain manually from Sotrceforge > > https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/ > > > and I'd like to update mu older compiler GCC 7

[Mingw-w64-public] [PATCH] Fix potential deadlock in pthread condition variable

2019-04-07 Thread Andrew Ng
Hi, I have taken a look at issue https://sourceforge.net/p/mingw-w64/bugs/597, which I recently ran into again (had hoped it would have been fixed by now). I have attached a patch with a proposed fix to the MinGW-w64 winpthreads. I have been running this patch for a little while now and it appear