-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
identifier z
crashes LLVM
#122793
Comments
@llvm/issue-subscribers-clang-frontend Author: None (bottle2)
check out this error report: https://github.com/emscripten-core/emscripten/issues/23383
maybe you have a regression? emcc says to be using clang version 20.0.0git, but I'm using clang 19.1.6 and no such problem exists.
|
We are going to need some sort of reduction to make any progress, I don't see any similar bugs so far. |
is "reduction" finding which commit introduced the bug? |
We need a self-contained reproducer, which means it doesn't depend on any other files (think Compiler Explorer examples). That file is likely to be at least several megabytes in size, and reducing it to something that fits on the screen is the reduction Shafik meant. |
ah, okay. this the first test case: int z; this is the second test case: int z = 2; this is the third test case: int z(int); |
Neither of them reproduce on their own: https://godbolt.org/z/83o6n1KGf |
check out this error report: emscripten-core/emscripten#23383
maybe you have a regression? emcc says to be using clang version 20.0.0git, but I'm using clang 19.1.6 and no such problem exists.
The text was updated successfully, but these errors were encountered: