-
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] clang crashes at clang::CallExpr::getCallReturnType(clang::ASTContext const&) const #115725
Labels
clang:frontend:fuzzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-valid
regression:18
Regression in clang 18 release
Comments
yijan4845
added
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash-on-valid
clang:frontend:fuzzer
regression:18
Regression in clang 18 release
labels
Nov 11, 2024
@llvm/issue-subscribers-clang-frontend Author: Yihan Yang (yijan4845)
**This testcase is generated by a fuzzer.**
Compiler Explorer: https://godbolt.org/z/qMPdKaf48 This valid code will crash on clang trunk and clang assertion trunk: template<auto ...> struct X {};
template<typename T, typename ...Ts> struct A {
template<Ts ...Ns, T *...Ps> A(X<0(Ps)...>, Ts (*...qs)[Ns]);
}; This goes back to clang-18. Stack dump:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
clang:frontend:fuzzer
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
confirmed
Verified by a second party
crash-on-valid
regression:18
Regression in clang 18 release
This testcase is generated by a fuzzer.
Compiler Explorer: https://godbolt.org/z/qMPdKaf48
This valid code will crash on clang trunk and clang assertion trunk:
This goes back to clang-18.
Stack dump:
The text was updated successfully, but these errors were encountered: