We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
This program
public class boolean2 { public void entry(boolean b) { f(b); assert(true); } public boolean f(boolean b) { return !b; } }
fails with
function call: parameter "java::boolean2.f:(Z)Z::arg1z" type mismatch: got signedbv * width: 32, expected c_bool * width: 8
on cbmc --function "boolean2.entry" boolean2.class with cbmc version that passes boolean1 test.
cbmc --function "boolean2.entry" boolean2.class
The text was updated successfully, but these errors were encountered:
Fixed with 35a5d92.
Sorry, something went wrong.
Merge pull request diffblue#145 from NathanJPhillips/cleanup/tidy-git…
05a7a13
…-ignore Tidy .gitignore
Merge pull request diffblue#145 from diffblue/nathan/feature/use-new-sss
7d96d8b
Update for merge of master
No branches or pull requests
This program
fails with
on
cbmc --function "boolean2.entry" boolean2.class
with cbmc version that passes boolean1 test.The text was updated successfully, but these errors were encountered: