You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CBMC version: 5.67.0
Operating system: Ubuntu 20.04
Exact command line resulting in the issue: cbmc test.c --z3
What behaviour did you expect: Verification successful
What happened instead: Invariant violation
The text was updated successfully, but these errors were encountered:
Do not construct equalities over expressions the type of which has zero
bit width. Also, permit pointer arithmetic over objects of such type
(which was previously fixed in 6b09359 for the propositional back-end).
Fixes: diffblue#7185
Do not construct equalities over expressions the type of which has zero
bit width. Also, permit pointer arithmetic over objects of such type
(which was previously fixed in 6b09359 for the propositional back-end).
Fixes: diffblue#7185
On the following C program, which is a minimized version of the program from model-checking/kani#1748:
Running CBMC with the
--z3
option causes an invariant violation:CBMC version: 5.67.0
Operating system: Ubuntu 20.04
Exact command line resulting in the issue:
cbmc test.c --z3
What behaviour did you expect: Verification successful
What happened instead: Invariant violation
The text was updated successfully, but these errors were encountered: