analyzer
analyzer copied to clipboard
Unsoundness due to enabled region-offsets
This is the same scenario as in issue #1298. All analyses are set context-insensitively, and the sv-comp test goblint-regression/06-symbeq_04-funloop_hard1.i is analyzed with the svcomp24 configuration. As stated in #1298 the SV-COMP result is true (but false is expected).
If one disables the region-offsets analysis ("region-offsets": true ---> "region-offsets": false) in the svcomp24.json configuration, the SV-COMP result is unknown (and hence correct). This may hint at an error in region-offsets.
See also #107