Re: [PATCH] Fix PR target/119673

2025-04-14 Thread Richard Biener
On Fri, Apr 11, 2025 at 5:55 PM Eric Botcazou wrote: > > Hi, > > this applies the same magic to config/i386/gthr-win32.h that was applied to > gthr-posix.h (https://gcc.gnu.org/cgit/gcc/commit/?id=6a4d1c374eed17) for the > sake of C++ modules (thanks to Andrew for the pointer!). > > Built for {i68

[PATCH] Fix PR target/119673

2025-04-11 Thread Eric Botcazou
Hi, this applies the same magic to config/i386/gthr-win32.h that was applied to gthr-posix.h (https://gcc.gnu.org/cgit/gcc/commit/?id=6a4d1c374eed17) for the sake of C++ modules (thanks to Andrew for the pointer!). Built for {i686,x86_64}-w64-mingw32, OK for the mainline? 2025-04-11 Eric Botc