Re: [Mingw-w64-public] SJLJ GCC

2021-09-15 Thread Ralph Engels
I do have a private fork of the msys2 mingw repository using sjlj exceptions, unfortunatly not with ucrt support but should be doable to build one using mine. Ill upload the nessesary packages to sourceforge so you can get them from there. Ralph Engels Den 15-09-2021 kl. 23:35 skrev Kacvinsky

[Mingw-w64-public] SJLJ GCC

2021-09-15 Thread Kacvinsky, Tom
Hi all, I find I am in need of building a GCC with Ada and UCRT support, but this time with SJLJ exception handling instead of SEH. Does there exist a gcc package for MSYS2 that has SJLJ support? The reason I ask is the way I am building GCC with SJLJ support - in several steps so that the r

Re: [Mingw-w64-public] [PATCH] dcomp.h: add some missing interfaces

2021-09-15 Thread LIU Hao
在 2021-09-15 17:32, Steve Lhomme 写道: Hi, On 2021-09-13 18:21, Biswapriyo Nath wrote: * C style comment please. // is available in C since C99. Also I counted 145 such comments in the mingw headers. Some of them are C++ code (e.g. in `gdiplus/`), some of them are too old and nobody has com

Re: [Mingw-w64-public] [PATCH] crt: Fix conversion of denormals from 64 bit doubles to 80 bit form

2021-09-15 Thread Martin Storsjö
On Tue, 14 Sep 2021, LIU Hao wrote: 在 2021-09-13 17:53, Martin Storsjö 写道: A number that is denormal in 64 bit form will become a normal floating point value in 80 bit form. Also clarify the role of one variable while touching this code. Signed-off-by: Martin Storsjö --- mingw-w64-crt/stdi

Re: [Mingw-w64-public] [PATCH] dcomp.h: add some missing interfaces

2021-09-15 Thread Steve Lhomme
Hi, On 2021-09-13 18:21, Biswapriyo Nath wrote: * C style comment please. // is available in C since C99. Also I counted 145 such comments in the mingw headers. * I can not understand why "some of the arguments are replaced with void*". These are methods using interfaces not defined in t