-
Notifications
You must be signed in to change notification settings - Fork 13.4k
crash on missing typename on dependent name #17300
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
Labels
bugzilla
Issues migrated from bugzilla
c++
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-valid
Comments
reproduces on 3.3 |
@llvm/issue-subscribers-clang-frontend |
This is another bug about
|
Probably related to #17283 |
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:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-valid
Extended Description
the invalid code
crashes on
clang version 3.3 (tags/RELEASE_33/rc3)
Target: x86_64-redhat-linux-gnu
Thread model: posix
instead of complaining about the missing typename. This happens at instantiation time, a
A2<int>::B2<int>* bang=0;"
works.The text was updated successfully, but these errors were encountered: