We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7823ea8 commit 80deaffCopy full SHA for 80deaff
regression/termination/precond_term1/test.desc
@@ -1,6 +1,17 @@
1
-CORE
+KNOWNBUG
2
main.c
3
--preconditions
4
^EXIT=5$
5
^SIGNAL=0$
6
\[__CPROVER__start\]: !\(argc' <= 1 && -\(\(signed __CPROVER_bitvector\[33\]\)argc'\) <= -1\)
7
+--
8
9
+CBMC 5.12 introduced significant changes to solvers and this test failure
10
+seems to be one of its consequences. The formulae pushed into the solver
11
+seem to be identical to the previous 2LS version, however the solver in
12
+SSA analyzer then throws UNSAT on the first iteration when doing
13
+backward analysis (the invariants up until that point are correct)
14
+resulting in no improvements done to the template.
15
+
16
+This problem will require further investigation once the CBMC rebase
17
+is complete
0 commit comments