On Fri, 24 Jan 2025, Pali Rohár wrote:

On Saturday 11 January 2025 00:41:53 Martin Storsjö wrote:
On Fri, 10 Jan 2025, Pali Rohár wrote:

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?

Oh, sorry, I had missed that patch 4/6 contained changes to the installed
headers, so I hadn't reinstalled them when doing local testing.

With that fixed, these patches do build fine - sorry for the noise!

// Martin

Ok. So what do you think about patches 4 and 5?

I guess they are fine - I pushed those two now.

// Martin

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to