The GVC0 produces a C0 error for an infinite recursion, which is correct for how our tool is currently implemented. However, if we checked separation first or in tandem with checking ownership in this predicate (we don't do this currently, checking separation happens after checking ownership), then we could catch this error without infinite recursion and give a better error message.
When erroring at run-time for this incorrectly specified predicate:
The GVC0 produces a C0 error for an infinite recursion, which is correct for how our tool is currently implemented. However, if we checked separation first or in tandem with checking ownership in this predicate (we don't do this currently, checking separation happens after checking ownership), then we could catch this error without infinite recursion and give a better error message.