-
Notifications
You must be signed in to change notification settings - Fork 13.4k
"Invalid cast" with log ret #935
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
Comments
The patch caused several issues. I've reverted it for now. |
…Closes rust-lang#935." This reverts commit e6a84f2.
…Closes rust-lang#935." This reverts commit f19ab1f.
I guess this was fixed for good in graydon@4204845. I added this issue's testcase, plus a few more, in graydon@7b1a3bb. |
I'm not sure exactly what happened here, but the unreachable-code.rs test had disappeared from the repo. I re-added (and updated) it, and it works, except for the last function ( |
Assertion failed: (S->getType()->isPointerTy() && "Invalid cast"), function getPointerCast, file Constants.cpp, line 1275.
The text was updated successfully, but these errors were encountered: