-
Notifications
You must be signed in to change notification settings - Fork 13.4k
"Assertion `!isa<ConstantExpr>(E)' failed." with compound literal #139160
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
@llvm/issue-subscribers-clang-frontend Author: Eli Friedman (efriedma-quic)
Testcase:
Crashes with:
|
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below. |
@llvm/issue-subscribers-good-first-issue Author: Eli Friedman (efriedma-quic)
Testcase:
Crashes with:
|
Hey, I'd love to work on this if that's okay. Thanks! |
I've assigned to you, thank you for looking into it! |
Compound literals initializer-list should be a constant expression if it is defined outside the body of a function. Emit error instead of falling through tripping assertion error. fixes llvm#139160
Compound literals initializer-list should be a constant expression if it is defined outside the body of a function. Emit error instead of falling through tripping assertion error. fixes llvm#139160
Compound literals initializer-list should be a constant expression if it is defined outside the body of a function. Emit error instead of falling through tripping assertion error. fixes llvm#139160
Testcase:
Crashes with:
The text was updated successfully, but these errors were encountered: