-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Static member auto variable template with template-template parameter, inside struct with template-template parameter, crashes compiler #49085
Labels
bugzilla
Issues migrated from bugzilla
c++
clang:codegen
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Comments
Still crashing as of post-17 trunk: https://godbolt.org/z/5WEY8xd7f
|
Endilll
added
c
clang:codegen
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
and removed
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
labels
Sep 10, 2023
@llvm/issue-subscribers-clang-codegen |
@llvm/issue-subscribers-c |
@llvm/issue-subscribers-c-1 |
Possibly related: #47028 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bugzilla
Issues migrated from bugzilla
c++
clang:codegen
confirmed
Verified by a second party
crash
Prefer [crash-on-valid] or [crash-on-invalid]
Extended Description
See attachment for compiler backtrace.
Affected versions:
Driver cmdline:
Note: For versions that do not support -std=c++20, -std=c++2a was used.
clang++ -Xclang -disable-llvm-passes -std=c++20
Note: The original code has been reduced with creduce.
Reduced code:
The text was updated successfully, but these errors were encountered: