update to mingw-w64 v11.0.1 #15398
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
os-windows
Milestone
I noticed a bunch of warnings with respect to
-Wsingle-bit-bitfield-constant-conversion
when building C code with latest zig master (4374ce5). These warnings originated from the mingw code within zig (see the snippet below).zig/lib/libc/mingw/stdio/mingw_wvfscanf.c
Line 93 in 4374ce5
Was another way to embed mingw evaluated?
Although the runtime for this specific case is not an issue, but the incorrect code in mingw was fixed at
https://github.com/mirror/mingw-w64/blob/eff726c461e09f35eeaed125a3570fa5f807f02b/mingw-w64-crt/stdio/mingw_wvfscanf.c#L84-L94
Logs for reference
An interesting reference on
-Wsingle-bit-bitfield-constant-conversion
is at llvm/llvm-project#53253 for educational purposes.The text was updated successfully, but these errors were encountered: