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
Casts between different sizes of __CPROVER_fixedbv seem to have broken at some point since release 5.7, when the analysis is performed on a binary produced by goto-cc. Here is a minimal example:
CBMC version 5.8 64-bit x86_64 linux
Reading GOTO program from file
Reading: output_develop.binary
failed to find __CPROVER_architecture_fixed_for_float
Casts between different sizes of __CPROVER_fixedbv seem to have broken at some point since release 5.7, when the analysis is performed on a binary produced by goto-cc. Here is a minimal example:
Commands used to compile with goto-cc and analyse
This produces the following error:
I'm using goto-cc and cbmc at commit d069719
When I follow the same steps with CBMC release 5.7 (and the version of goto-cc included with 5.7), the analysis runs fine.
When I run the analysis directly on the test.c file with either version of CBMC, it runs fine
The text was updated successfully, but these errors were encountered: