./verifast-validate-witness.sh sv-benchmarks/c/nla-digbench/bresenham-ll.c ./results/automizer-verification-files/SV-COMP24_unreach-call/bresenham-ll.yml/witness-2.1.yml -------------------------------------------------------------------------------- + PROGRAM=sv-benchmarks/c/nla-digbench/bresenham-ll.c + WITNESS=./results/automizer-verification-files/SV-COMP24_unreach-call/bresenham-ll.yml/witness-2.1.yml ++ basename sv-benchmarks/c/nla-digbench/bresenham-ll.c + FILE=bresenham-ll.c ++ echo bresenham-ll ++ sed 's/[-\.]/_/g' - + SANITIZED=bresenham_ll + INSTRUMENTED_PROGRAM=bresenham_ll__verifast_instrumented.c + instrument_program_cli.py --program sv-benchmarks/c/nla-digbench/bresenham-ll.c --witness ./results/automizer-verification-files/SV-COMP24_unreach-call/bresenham-ll.yml/witness-2.1.yml --output-file bresenham_ll__verifast_instrumented.c --verifast True ['abort', 'reach_error', '__VERIFIER_nondet_int', 'assume_abort_if_not', '__VERIFIER_assert', 'main', 'if'] [] ILP32 [('(((Y <= 2147483647) && (0 <= (Y + 2147483648))) && ((((long long) Y * 2) + (2 * ((__int128) Y * x))) == (((((__int128) X * y) * 2) + X) + v)))', 30, True)] [('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)')] [('(((Y <= 2147483647) && (0 <= (Y + 2147483648))) && (((Y * 2) + (2 * (Y * x))) == ((((X * y) * 2) + X) + v)))', 30, True)] [('abort', 'true', 'true'), ('reach_error', 'false', 'true'), ('__VERIFIER_nondet_int', 'true', 'true'), ('assume_abort_if_not', 'true', 'true'), ('__VERIFIER_assert', '(1 <= cond)', '(1 <= cond)'), ('main', 'module(bresenham_ll__verifast_instrumented, true)', 'junk()'), ('if', 'true', 'true')] + sed -i 's|__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__))||g' bresenham_ll__verifast_instrumented.c + verifast -stats -verbose 2 -disable_overflow_check -allow_dead_code -target ILP32 -read_options_from_source_file -c bresenham_ll__verifast_instrumented.c bresenham_ll__verifast_instrumented.c bresenham_ll__verifast_instrumented.c(19,5-13): Parse error: Parse error.