Re: [Mingw-w64-public] [PATCH] github: use new public preview windows-11-arm runner

2025-04-18 Thread Jeremy Drake via Mingw-w64-public
On Fri, 18 Apr 2025, Martin Storsjö wrote: > On Tue, 15 Apr 2025, Jeremy Drake via Mingw-w64-public wrote: > > > Unfortunately, the test-llvm-mingw and test-libcxx jobs fail for arm64. > > I'm not clear on why. The test-ffmpeg jobs work, though > > FWIW, the tests that are failing aren't due to a

Re: [Mingw-w64-public] [PATCH] github: use new public preview windows-11-arm runner

2025-04-18 Thread Martin Storsjö
On Tue, 15 Apr 2025, Jeremy Drake via Mingw-w64-public wrote: Unfortunately, the test-llvm-mingw and test-libcxx jobs fail for arm64. I'm not clear on why. The test-ffmpeg jobs work, though FWIW, the tests that are failing aren't due to armv7 not being supported - it does seem to run just fi

Re: [Mingw-w64-public] getopt changes

2025-04-18 Thread Lasse Collin
On 2025-04-18 Pali Rohár wrote: > On Friday 18 April 2025 21:27:06 Lasse Collin wrote: > > On 2025-04-18 Pali Rohár wrote: > > > On Saturday 25 January 2025 18:17:23 Lasse Collin wrote: > > > > On 2025-01-25 Pali Rohár wrote: > > > > > On Saturday 25 January 2025 12:39:19 Lasse Collin wrote

Re: [Mingw-w64-public] getopt changes

2025-04-18 Thread Pali Rohár
On Friday 18 April 2025 21:27:06 Lasse Collin wrote: > On 2025-04-18 Pali Rohár wrote: > > On Saturday 25 January 2025 18:17:23 Lasse Collin wrote: > > > On 2025-01-25 Pali Rohár wrote: > > > > On Saturday 25 January 2025 12:39:19 Lasse Collin wrote: > > > > > Other things in libmingwex seem fr

Re: [Mingw-w64-public] getopt changes

2025-04-18 Thread Lasse Collin
On 2025-04-18 Pali Rohár wrote: > On Saturday 25 January 2025 18:17:23 Lasse Collin wrote: > > On 2025-01-25 Pali Rohár wrote: > > > On Saturday 25 January 2025 12:39:19 Lasse Collin wrote: > > > > Other things in libmingwex seem friendly to Win9x still. With a > > > > quick search with grep, I

[Mingw-w64-public] [PATCH 8/9] crt: exe: Remove custom declaration of _initterm() function

2025-04-18 Thread Pali Rohár
Function _initterm() is declared in corecrt_startup.h. --- mingw-w64-crt/crt/crtexe.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mingw-w64-crt/crt/crtexe.c b/mingw-w64-crt/crt/crtexe.c index 3d36983b8a0d..7d5ba01ad0e9 100644 --- a/mingw-w64-crt/crt/crtexe.c +++ b/mingw-w64-crt/crt/crtexe

Re: [Mingw-w64-public] getopt changes

2025-04-18 Thread Pali Rohár
On Saturday 25 January 2025 18:17:23 Lasse Collin wrote: > On 2025-01-25 Pali Rohár wrote: > > On Saturday 25 January 2025 12:39:19 Lasse Collin wrote: > > > Other things in libmingwex seem friendly to Win9x still. With a > > > quick search with grep, I only spotted one extremely minor thing: > > >