Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread sisyphus
Kudos to you, Zach, for providing those !! FYI: Unfortunately, the absence of quadmath is a blocker for me. Also, I've never used a compiler that has win32 threads. For me, it has always been posix threads. (However, that might not be an issue.) Cheers, Rob On Thu, May 30, 2019 at 7:39 AM Zach

Re: [Mingw-w64-public] libc bugs in strtof/strtod/strtold?

2019-05-29 Thread sisyphus
Hi, I'm aware of problems with strtold's capacity to parse hex strings. See: https://sourceforge.net/p/mingw-w64/bugs/725/ That report provides a demo script and also mentions the workaround (of using __mingw_strtold instead). I *think* it's still unfixed, but I'm unaware of it affecting anything

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread Zach van Rijn
On Wed, 2019-05-29 at 16:59 -0400, Edward Diener wrote: > ... > OK, thanks ! I can see that the MingW-W64-builds on the mingw- > w64 Downloads page is probably at an end and I must choose > another way to get the latest gcc on Windows distributions, so > I will try MSYS2. I always thought that ming

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread Edward Diener
On 5/29/2019 4:29 PM, maxgacode wrote: Il 29/05/2019 21:16, Edward Diener ha scritto: Are you saying I have to build a mingw-w64 toolchain for a particular version of gcc on Windows in an MSYS2 environment ? Or are you saying that once MSYS2 is installed and updated, various gcc version to

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread maxgacode
Il 29/05/2019 21:16, Edward Diener ha scritto: Are you saying I have to build a mingw-w64 toolchain for a particular version of gcc on Windows in an MSYS2 environment ? Or are you saying that once MSYS2 is installed and updated, various gcc version toolchains for Windows already exist for m

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread Edward Diener
On 5/29/2019 2:30 PM, maxgacode wrote: Il 29/05/2019 18:03, Edward Diener ha scritto: [1] https://www.msys2.org/ Are you saying that MSYS2 provides a series of gcc compiler releases on Windows that are equivalent in compiler functionality to the official gcc releases for Linux ? Edwar

[Mingw-w64-public] libc bugs in strtof/strtod/strtold?

2019-05-29 Thread EML
I've just installed MSYS2 and built a C++ project which has been running for the last 13+ years, on various Linux, Cygwin, and (old) mingw platforms. Some of the regressions are failing on mingw-w64/x86_64, which I haven't tried before, and the errors I'm getting are exactly the same as errors

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread maxgacode
Il 29/05/2019 18:03, Edward Diener ha scritto: [1] https://www.msys2.org/ Are you saying that MSYS2 provides a series of gcc compiler releases on Windows that are equivalent in compiler functionality to the official gcc releases for Linux ? Edward, I had the same issue few weeks ago up

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread Edward Diener
On 5/29/2019 12:09 PM, niXman wrote: Edward Diener 2019-05-28 19:50: There has not been an update to MingW-W64-builds for over a year while gcc 6.5, 7.4, 8.2, 8.3, and 9.1 have been released. The mingw-w64 downloads page at https://mingw-w64.org/doku.php/download looks wildly out of date as far

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread niXman
Edward Diener 2019-05-28 19:50: There has not been an update to MingW-W64-builds for over a year while gcc 6.5, 7.4, 8.2, 8.3, and 9.1 have been released. The mingw-w64 downloads page at https://mingw-w64.org/doku.php/download looks wildly out of date as far as latest releases are concerned. Doe

[Mingw-w64-public] [PATCH] crt: Add api-ms-win-core-psapi-ansi-l1-1-0

2019-05-29 Thread Hugo Beauzée-Luyssen
--- mingw-w64-crt/Makefile.am | 2 ++ .../lib-common/api-ms-win-core-psapi-ansi-l1-1-0.def| 6 ++ mingw-w64-crt/lib-common/mincore.mri| 1 + mingw-w64-crt/lib-common/windowsapp.mri | 1 + mingw-w64-crt/lib32/

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread Edward Diener
On 5/29/2019 4:30 AM, Liu Hao wrote: 在 2019/5/29 上午12:50, Edward Diener 写道: There has not been an update to MingW-W64-builds for over a year while gcc 6.5, 7.4, 8.2, 8.3, and 9.1 have been released. The mingw-w64 downloads page at https://mingw-w64.org/doku.php/download looks wildly out of date

Re: [Mingw-w64-public] User experience with mingw-w64

2019-05-29 Thread Liu Hao
在 2019/5/29 上午12:50, Edward Diener 写道: > There has not been an update to MingW-W64-builds for over a year while > gcc 6.5, 7.4, 8.2, 8.3, and 9.1 have been released. The mingw-w64 > downloads page at https://mingw-w64.org/doku.php/download looks wildly > out of date as far as latest releases are co