-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
"alt ret" hits an error in llvm: "cast<Ty>() argument of incompatible type!" #769
Comments
For me it now fails with
without optimization and works with optimization. |
ghost
assigned catamorphism
Aug 4, 2011
Will fix this, looks similar to the bug I fixed this morning. |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
[Redox] add net functions, fcntl, and close This adds net functions and two file functions: fcntl and close. It also adds related constants. The net functions are in a separate file for better organization.
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
* Initial commit for adding custom log1p * WIP * WIP * Fix weird segfault * WIP * Prev fixup Co-authored-by: Leila Ghaffari <[email protected]>
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
…ion context (`CurrentFnCtx`) (rust-lang#769) - Populate the `BasicBlock` labels for the current function *while* creating the current function context to avoid the need for a follow-up call to set the labels - Removed the method that returns all the labels from the current function context (`labels`), and replaced calls to it with calls to the `find_label` method
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Assertion failed: (isa(Val) && "cast() argument of incompatible type!"), function cast, file llvm/include/llvm/Support/Casting.h, line 194.
The text was updated successfully, but these errors were encountered: