Assigns clause should only check assignments over variables from the write set #6154
Labels
aws
Bugs or features of importance to AWS CBMC users
Code Contracts
Function and loop contracts
enhancement
CBMC version:
develop
branch.Operating system: N/A.
Exact command line resulting in the issue: N/A.
What behaviour did you expect: We only want to check assignments over variables from the write set. Local variables should be ignored.
What happened instead: When using assigns clause, CBMC checks for all assignments, even if they are over local variables.
The text was updated successfully, but these errors were encountered: