1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/loop_wvar.i (no preprocessing)
tests/value/loop_wvar.i:38:[kernel] warning: invalid pragma '12'. Ignoring loop annotation
[value] Analyzing a complete application starting at main3
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
[value] computing for function main_unhelpful <- main3.
Called from tests/value/loop_wvar.i:84.
tests/value/loop_wvar.i:52:[value] entering loop for the first time
tests/value/loop_wvar.i:57:[value] warning: signed overflow. assert next + 1 ≤ 2147483647;
[value] Recording results for main_unhelpful
[value] Done for function main_unhelpful
[value] computing for function main_multiple_hints <- main3.
Called from tests/value/loop_wvar.i:85.
tests/value/loop_wvar.i:69:[value] entering loop for the first time
[value] Called Frama_C_show_each({0}, {0}, {0})
[value] Called Frama_C_show_each({0; 1}, {0; 1}, {0; 1})
[value] Called Frama_C_show_each({0; 1; 2}, {0; 1; 2}, {0; 1; 2})
[value] Called Frama_C_show_each([0..9], {0; 1; 2; 3}, {0; 1; 2; 3})
[value] Called Frama_C_show_each([0..9], {0; 1; 2; 3; 4}, {0; 1; 2; 3; 4})
[value] Called Frama_C_show_each([0..9], [0..17], [0..11])
[value] Called Frama_C_show_each([0..9], [0..18], [0..12])
[value] Recording results for main_multiple_hints
[value] Done for function main_multiple_hints
[value] Recording results for main3
[value] done for function main3
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main_multiple_hints:
maxj ∈ {17}
maxk ∈ {11}
j ∈ [0..18]
k ∈ [0..12]
[value:final-states] Values at end of function main_unhelpful:
max ∈ {25}
next ∈ [0..2147483647]
i ∈ {30}
[value:final-states] Values at end of function main3:
|