Re: [PATCH] fixincludes: skip stdio_stdarg_h on modern darwin

2025-08-15 Thread FX Coudert
> Yes OK, > great - the more we can remove the better. Applied on top the attached patch, okay’ed by Iain in private exchanges, as it turns out that my earlier fix broke bootstrap with MacOSX12.3 SDK. Pushed as e905d7ee2bd428a9a31a993053a8da926733fb61, after testing on x86_64-darwin24, x86_64

Re: [PATCH] fixincludes: skip stdio_stdarg_h on modern darwin

2025-08-14 Thread Iain Sandoe
Hi FX, Sorry this slipped of my radar... > On 15 Aug 2025, at 00:02, FX Coudert wrote: > > Hi Iain, > > Gentle ping on that one. It would allow to remove one of the last fixincludes > remaining on modern darwin. Yes OK, great - the more we can remove the better. Iain > > FX > > > >> Le

Re: [PATCH] fixincludes: skip stdio_stdarg_h on modern darwin

2025-08-14 Thread FX Coudert
Hi Iain, Gentle ping on that one. It would allow to remove one of the last fixincludes remaining on modern darwin. FX > Le 13 juin 2025 à 17:28, FX Coudert a écrit : > > Hi, > > All macOS SDK since at least macOS 10.9, and until macOS 10.12 > (included), feature these lines in : > > /* DO

[PATCH] fixincludes: skip stdio_stdarg_h on modern darwin

2025-06-13 Thread FX Coudert
Hi, All macOS SDK since at least macOS 10.9, and until macOS 10.12 (included), feature these lines in : /* DO NOT REMOVE THIS COMMENT: fixincludes needs to see: * __gnuc_va_list and include */ The clear intent (and effect) was to bypass gcc’s stdio_stdarg_h fixinclude. However, since macOS 10