Add missing __VERIFIER_nondet_X()s
#886
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the ones missing according to #868, and
__VERIFIER_nondet_int128which will be added to the rules.analyzer/lib/sv-comp/stub/src/sv-comp.c
Line 25 in 0e49d1f
I think the issue was that the typedef for
loff_tonly comes in the benchmark itself and might depend on the architecture defined for the benchmark. Although maybe all the Linux tasks have the same architecture, so we can hardcode the specific primitive type.Originally posted by @sim642 in #868 (comment)
I went with simply specifying this one via library functions to invalidate now, that should side-step this issue.