Closed hernanponcedeleon closed 1 year ago
I assume this error is due to aliasing.
The relation in the memory model is mo
but here we look for co
.
Either way, CAAT should fail on the C11 memory model due to being unable to cut the negated recursion. It might not throw an error, because the recursion is implicit in a transitive closure.
Probably the same problem as in #459. Fixed by ed03fe348e3b80cf9c1dcf3da054309186bf37c0
Running this command
results in this problem
I suspect it might be related to #315