-
Notifications
You must be signed in to change notification settings - Fork 13k
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
consteval constructor causes "Assertion `cast<PointerType>(getOperand(1)->getType()) ->isOpaqueOrPointeeTypeMatches(getOperand(0)->getType()) && "Ptr must be a pointer to Val type!"' failed" #51764
Labels
bugzilla
Issues migrated from bugzilla
clang
Clang issues not falling into any other category
confirmed
Verified by a second party
worksforme
Resolved as "works for me"
Comments
This requires an assertions build to reproduce. https://godbolt.org/z/7eaKxG3eW Full stack trace is:
|
Checked today, it is fine and not crashing anymore. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bugzilla
Issues migrated from bugzilla
clang
Clang issues not falling into any other category
confirmed
Verified by a second party
worksforme
Resolved as "works for me"
Extended Description
At least with clang-13.0.0~rc1-1.fc35.x86_64 and with recent Clang 14 trunk,
The text was updated successfully, but these errors were encountered: