-
Notifications
You must be signed in to change notification settings - Fork 14
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
Issue with casting and verifier functions #146
Comments
#85 is also related |
A straightforward solution would be of course to have |
This happens because in the case of |
Incorporating those temp variables could make this example work, because it would translate to |
Of course there might be some special functions where the casting is needed, e.g., if |
Gives
The culprit is the old expression
bvzeroext_8_to_256(x#3[__this]) == old(x#3[__this])
.The text was updated successfully, but these errors were encountered: