-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Clang runs OOM when checking for constant initialization of array of unions. #107516
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Comments
@llvm/issue-subscribers-clang-frontend Author: None (john-carter)
Closely related to https://github.com//issues/51054 which has been fixed.
This case is very similar, but with union instead of struct.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Closely related to #51054 which has been fixed.
This case is very similar, but with union instead of struct.
The text was updated successfully, but these errors were encountered: