-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MSYS2 clang va_start is broken #2291
Comments
Closed
MSYS2 is not officially supported Clang target, I'd expect many more issues here. |
@easyaspi314 thanks for the issue, was going crazy debugging this for a program |
Is there any reason not to use mingw clang compiler? |
@Biswa96 no reason, someone picked msys2 years ago and now we had switch to use clang for all cross builds and things broke. so i guess we have to go for msys2 and gcc or mingw clang for windows |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the issue
MSYS2 Clang miscompiles
va_start
.Steps to Reproduce the Problem
Additional Context: Operating System, Screenshots
Also reported here at LLVM: https://bugs.llvm.org/show_bug.cgi?id=48624
The text was updated successfully, but these errors were encountered: