-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
[Concepts] ICE on syntax error, in ConvertConstrainedAutoDeclSpecToType #47937
Comments
assigned to @mizvekov |
Might be the same bug, slightly different stack trace: clang++-11 -std=c++20 -fsyntax-only -fno-crash-diagnostics test.cc
===>
|
*** Bug llvm/llvm-bugzilla-archive#48601 has been marked as a duplicate of this bug. *** |
This is fixed by https://reviews.llvm.org/D98095 |
Patch has landed: d4a8c73 |
mentioned in issue llvm/llvm-bugzilla-archive#48601 |
Closed
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Extended Description
// https://godbolt.org/z/8Tb4aa
template concept C = true;
C<,> x
Originally reported by Leander Behr on the cpplang slack.
The text was updated successfully, but these errors were encountered: