-
Notifications
You must be signed in to change notification settings - Fork 12k
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
[Clang] ICE on void{}
#116440
Labels
clang:codegen
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Comments
github-actions
bot
added
the
clang
Clang issues not falling into any other category
label
Nov 15, 2024
Assertion:
Stacktrace:
|
EugeneZelenko
added
clang:codegen
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
and removed
clang
Clang issues not falling into any other category
labels
Nov 15, 2024
@llvm/issue-subscribers-clang-codegen Author: None (MagentaTreehouse)
This expression `void{}` causes an ICE in clang trunk. In clang 19.1, it gets rejected.
See compiler Explorer: https://godbolt.org/z/e85YYTaTx
|
Looks like this regressed with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:codegen
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Reproducer:
This expression
void{}
causes an ICE in clang trunk. In clang 19.1, it gets rejected.See compiler Explorer: https://godbolt.org/z/e85YYTaTx
The text was updated successfully, but these errors were encountered: