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
In the following example, cbmc reports an assertion failure for assert(*v == 1). It is however able to correctly deduce v == &g in the other two assertions.
In the following example, cbmc reports an assertion failure for
assert(*v == 1)
. It is however able to correctly deducev == &g
in the other two assertions.This is regression test regression/cbmc/concurrency/global_pointer1 in #303 .
The text was updated successfully, but these errors were encountered: