Re: Clang, MSYS2 and MSVC

2023-10-15 Thread Paul Eggert
On 2023-10-15 17:01, Jeffrey Walton wrote: A quick heads up... We caught a bug report because Clang got into a code path intended for MSVC. Thanks for the heads-up. Was this in Gnulib, or in some other code? If in Gnulib, where? Like with the Apple issue, detect it like so: #if defin

Clang, MSYS2 and MSVC

2023-10-15 Thread Jeffrey Walton
Hi All, A quick heads up... We caught a bug report because Clang got into a code path intended for MSVC. The problem is like the Apple and LLVM CLang problem. The issue surfaced recently for us on WIndows platforms. We expected Clang to get into certain code paths for MSYS2 (and MinGW and Cygwin)