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
Currently do/while loops are not handled correctly in the contracts instrumentation pass.
The tricky bit here is the first unguarded iteration. It's syntactically "inside" the loop, but the "base case" assertion must be placed after it, which might be confusing to users.
The text was updated successfully, but these errors were encountered:
CBMC version: 5.67.0
Operating system: N/A
Currently do/while loops are not handled correctly in the contracts instrumentation pass.
The tricky bit here is the first unguarded iteration. It's syntactically "inside" the loop, but the "base case" assertion must be placed after it, which might be confusing to users.
The text was updated successfully, but these errors were encountered: