Re: [Mingw-w64-public] isfinite() is broken under quadmath

2023-07-19 Thread LIU Hao
在 2023-07-19 20:30, sisyphus 写道: Is there some action I should take in order to improve the chances of this being fixed ? The problem arose in relation to the compilation of a perl module (DateTime). It turns out that Perl's C API provides a 'Perl_isfinite' function that does work with __float12

Re: [Mingw-w64-public] isfinite() is broken under quadmath

2023-07-19 Thread sisyphus
On Sat, Jul 15, 2023 at 12:42 AM LIU Hao wrote:[snip > [snip] > Looks like our `fpclassify()` doesn't handle `__float128`: Thank you for explaining. Is there some action I should take in order to improve the chances of this being fixed ? The problem arose in relation to the compilation of a pe

Re: [Mingw-w64-public] [PATCH] headers: Add C11 variants of gmtime_s and localtime_s

2023-07-19 Thread Christian Franke
LIU Hao wrote: 在 2023/7/18 21:41, Christian Franke 写道: AFAICS various of the Annex K *_s() functions are long standing parts of MSVCRT/UCRT and have a compatible signature. The patch was not intended to be a starting point for adding any of the missing functions. It only should fix this incom