Skip to content
New issue

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

Incomplete boogie translation #194

Open
mattulbrich opened this issue Oct 21, 2020 · 0 comments
Open

Incomplete boogie translation #194

mattulbrich opened this issue Oct 21, 2020 · 0 comments
Assignees

Comments

@mattulbrich
Copy link
Owner

The following cannot be proved by boogie:

### project:
class C { var f : int; }

### decls:
o : C
a : array<int>

### sequent:
|- o.f == o.f@$heap[a[0] := 0]

### result:
prove

The translation is incomplete since the array-index 0 may alias with C$$f in the boogie translation.

@mattulbrich mattulbrich self-assigned this Oct 21, 2020
mattulbrich added a commit that referenced this issue Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant