Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'

2025-03-30 Thread LIU Hao
在 2025-3-30 23:41, Jacek Caban 写道: On 29.03.2025 20:53, Martin Storsjö wrote: On Sun, 30 Mar 2025, LIU Hao wrote: This eliminates such warnings in C:    .../mingw-w64-headers/crt/fenv.h:64:39: warning: ‘__mingw_fe_dfl_env’ initialized and declared ‘extern’     extern const __MINGW_SELECTANY

Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0

2025-03-30 Thread Tom Kacvinsky
On Sun, Mar 30, 2025 at 11:12 AM Tom Kacvinsky wrote: > > > On Sun, Mar 30, 2025 at 8:57 AM LIU Hao wrote: > >> 在 2025-3-30 20:29, Tom Kacvinsky 写道: >> > Hi, >> > >> > >> > I happened to notice that with a GCC 12.1.0 build (a custom build with >> UCRT >> > support >> > >> > before UCRT support w

Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'

2025-03-30 Thread Jacek Caban
On 29.03.2025 20:53, Martin Storsjö wrote: On Sun, 30 Mar 2025, LIU Hao wrote: This eliminates such warnings in C:    .../mingw-w64-headers/crt/fenv.h:64:39: warning: ‘__mingw_fe_dfl_env’ initialized and declared ‘extern’     extern const __MINGW_SELECTANY fenv_t __mingw_fe_dfl_env = { 0, 0

Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0

2025-03-30 Thread Tom Kacvinsky
On Sun, Mar 30, 2025 at 8:57 AM LIU Hao wrote: > 在 2025-3-30 20:29, Tom Kacvinsky 写道: > > Hi, > > > > > > I happened to notice that with a GCC 12.1.0 build (a custom build with > UCRT > > support > > > > before UCRT support was available in baseline MinGW-w64) that > > libgcc_s_seh-1.dll > > > >

Re: [Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0

2025-03-30 Thread LIU Hao
在 2025-3-30 20:29, Tom Kacvinsky 写道: Hi, I happened to notice that with a GCC 12.1.0 build (a custom build with UCRT support before UCRT support was available in baseline MinGW-w64) that libgcc_s_seh-1.dll depends on libwinpthread-1.dll. Compare and contrast with Linux where libgcc-s.so.1 d

[Mingw-w64-public] libgcc_s_seh-1.dll and libwinpthread-1.dll, gcc 12.1.0

2025-03-30 Thread Tom Kacvinsky
Hi, I happened to notice that with a GCC 12.1.0 build (a custom build with UCRT support before UCRT support was available in baseline MinGW-w64) that libgcc_s_seh-1.dll depends on libwinpthread-1.dll. Compare and contrast with Linux where libgcc-s.so.1 doesn't depend on libpthread.so.0 Is th

Re: [Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'

2025-03-30 Thread LIU Hao
在 2025-3-30 03:53, Martin Storsjö 写道: _If_ we go ahead with the patch, I would appreciate if you'd bring along the comments from the header here - they're intended to explain the constant values here. Anyway - I understood that Jacek was/is away on vacation and may be back next week, so I woul

[Mingw-w64-public] [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c'

2025-03-30 Thread LIU Hao
-- Best regards, LIU Hao From 27c6bbadfbf9341965042f32e911a603422d1e07 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Sun, 30 Mar 2025 02:01:39 +0800 Subject: [PATCH] crt: Move definitions of `__mingw_fe_dfl_env` to 'fesetenv.c' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Tr