File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
gmon_suffix = $GMON_OUT_PREFIX
16
16
export GMON_OUT_PREFIX = "goto-cc_$gmon_suffix"
17
- . /goto -cc -m $BIT_WIDTH --function $ENTRY "${BM[@]} " -o $LOG . bin
17
+ . /goto -cc -- object - bits $ OBJ_BITS - m $BIT_WIDTH --function $ENTRY "${BM[@]} " -o $LOG . bin
18
18
19
19
export GMON_OUT_PREFIX = "cbmc_$gmon_suffix"
20
20
timeout 875 bash -c ' \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ parse_property_file()
20
20
if(/^CHECK\(init\((\S+)\(\)\),LTL\((\S+)\)\)$/) {
21
21
print "ENTRY=$1\n";
22
22
print "PROP=\"label\"\nLABEL=\"$1\"\n" if($2 =~ /^G!label\((\S+)\)$/);
23
- print "PROP=\"unreach_call\"\n" if($2 =~ /^G!call\(__VERIFIER_error \(\)\)$/);
23
+ print "PROP=\"unreach_call\"\n" if($2 =~ /^G!call\(reach_error \(\)\)$/);
24
24
print "PROP=\"unreach_call\"\n" if($2 =~ /^Gassert$/);
25
25
print "PROP=\"memsafety\"\n" if($2 =~ /^Gvalid-(free|deref|memtrack)$/);
26
26
print "PROP=\"memcleanup\"\n" if($2 =~ /^Gvalid-memcleanup$/);
You can’t perform that action at this time.
0 commit comments