-
Notifications
You must be signed in to change notification settings - Fork 273
count leading zeros failures disappear with --reachability-slice #6730
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
Fortunately this might just be matter of documentation not being sufficiently clear:
In your use of
That is to say: if you want to re-enable Edit: Another option is to invoke |
Closing the issue since CBMC is functioning as designed. |
(Could not reopen #6394 so filing a new issue).
On the attached test generated by Kani, the "count leading zeros" failures disappear if the goto binary is processed through
goto-instrument --reachability-slice
.Steps to reproduce:
** 8 of 9 failed (2 iterations)
VERIFICATION FAILED
CBMC version: 5.52.0
Operating system: Ubuntu 20.04
Exact command line resulting in the issue: See above
What behaviour did you expect: Failures to remain with
--reachability-slice
What happened instead: Failures disappear
The text was updated successfully, but these errors were encountered: