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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/relation_reduction.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
y ∈ {0}
t ∈ {0}
R1 ∈ {0}
R2 ∈ {0}
R3 ∈ {0}
R4 ∈ {0}
c ∈ {0}
tab[0] ∈ {101}
[1] ∈ {102}
[2] ∈ {103}
[3] ∈ {104}
[4] ∈ {105}
[5] ∈ {106}
[6] ∈ {103}
[7] ∈ {102}
[8] ∈ {101}
tests/value/relation_reduction.i:9:[value] warning: signed overflow. assert y + 10 ≤ 2147483647;
tests/value/relation_reduction.i:20:[value] warning: accessing out of bounds index. assert 0 ≤ y;
tests/value/relation_reduction.i:20:[value] warning: accessing out of bounds index. assert y < 9;
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
y ∈ [-2147483648..2147483637]
t ∈ [-2147483638..2147483647]
R1 ∈ [-2147483648..2147483637]
R2 ∈ [-2147483638..2147483647]
R3 ∈ [--..--]
R4 ∈ {0; 1; 2; 3; 4; 5}
[from] Computing for function main
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function main:
y FROM x
t FROM x
R1 FROM x (and SELF)
R2 FROM x (and SELF)
R3 FROM x (and SELF)
R4 FROM tab[0..8]; x (and SELF)
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
y; t; R1; R2; R3; R4
[inout] Inputs for function main:
y; t; tab[0..8]
|