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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/relation_shift.i (no preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
r1 ∈ {0}
r2 ∈ {0}
r3 ∈ {0}
r4 ∈ {0}
tests/value/relation_shift.i:5:[value] warning: signed overflow. assert x + 1 ≤ 2147483647;
tests/value/relation_shift.i:6:[value] warning: signed overflow. assert -2147483648 ≤ y - 1;
tests/value/relation_shift.i:11:[value] warning: signed overflow. assert z + t ≤ 2147483647;
tests/value/relation_shift.i:12:[value] warning: out of bounds write. assert \valid(q);
tests/value/relation_shift.i:15:[value] warning: signed overflow. assert -2147483648 ≤ x - y;
tests/value/relation_shift.i:15:[value] warning: signed overflow. assert x - y ≤ 2147483647;
tests/value/relation_shift.i:16:[value] warning: signed overflow. assert -2147483648 ≤ z - y;
tests/value/relation_shift.i:16:[value] warning: signed overflow. assert z - y ≤ 2147483647;
tests/value/relation_shift.i:18:[value] warning: out of bounds read. assert \valid_read(q);
[value] DUMPING STATE of file tests/value/relation_shift.i line 19
r1 ∈ [--..--]
r2 ∈ [--..--]
r3 ∈ {3}
r4 ∈ [--..--]
x ∈ [-2147483647..2147483647]
y ∈ [-2147483648..2147483646]
z ∈ [-2147483642..2147483647]
t ∈ {5}
p ∈ {{ &p + {4} }}
q ∈ {{ &S_q[1] }}
S_q[0] ∈ {3}
[1] ∈ [--..--]
S_p[0..1] ∈ [--..--]
=END OF DUMP==
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
r1 ∈ [--..--]
r2 ∈ [--..--]
r3 ∈ {3}
r4 ∈ [--..--]
x ∈ [-2147483647..2147483647]
y ∈ [-2147483648..2147483646]
z ∈ [-2147483642..2147483647]
t ∈ {5}
p ∈ {{ &p + {4} }}
q ∈ {{ &S_q[1] }}
S_q[0] ∈ {3}
[1] ∈ [--..--]
[from] Computing for function main
[from] Computing for function Frama_C_dump_each <-main
[from] Done for function Frama_C_dump_each
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function main:
r1 FROM y
r2 FROM y
r3 FROM q
r4 FROM q; S_q[1]
S_q[0] FROM q
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
r1; r2; r3; r4; x; y; z; t; p; q; S_q[0]
[inout] Inputs for function main:
S_q[0..1]
|