On Friday 10 January 2025 16:18:38 Martin Storsjö wrote: > On Wed, 8 Jan 2025, Pali Rohár wrote: > > > --- > > mingw-w64-crt/misc/_create_locale.c | 25 ++----- > > mingw-w64-crt/misc/_free_locale.c | 25 ++----- > > mingw-w64-crt/misc/_get_current_locale.c | 32 ++++----- > > mingw-w64-crt/misc/output_format.c | 85 ++++++------------------ > > mingw-w64-crt/misc/wassert.c | 37 ++--------- > > mingw-w64-crt/stdio/_vscprintf.c | 40 ++--------- > > mingw-w64-crt/stdio/_vscwprintf.c | 40 ++--------- > > 7 files changed, 63 insertions(+), 221 deletions(-) > > This one fails to compile (with Clang) in practice, see the attachment for > warnings/errors on i686 and x86_64. > > // Martin
Interesting... It looks like if the clang was not able to process __MINGW64_PASTE macro. I have not seen this error with gcc. Maybe clang interpreted system includes differently and does not contain __MINGW64_PASTE macro at all? _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
