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 68 69 70 71 72 73 74 75 76
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/array_bounds.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
c ∈ [--..--]
s.a ∈ {1}
.T[0] ∈ {0}
.T[1] ∈ {1}
.T[2] ∈ {2}
.T[3] ∈ {3}
.T[4] ∈ {4}
.T[5] ∈ {5}
.T[6] ∈ {6}
.T[7] ∈ {7}
.T[8] ∈ {8}
.T[9] ∈ {9}
.T[10] ∈ {10}
.T[11] ∈ {11}
.b ∈ {20}
u.a ∈ {1}
.T[0] ∈ {0}
.T[1] ∈ {1}
.T[2] ∈ {2}
.T[3] ∈ {3}
.T[4] ∈ {4}
.T[5] ∈ {5}
.T[6] ∈ {6}
.T[7] ∈ {7}
.T[8] ∈ {8}
.T[9] ∈ {9}
.T[10] ∈ {10}
.T[11] ∈ {11}
.b ∈ {20}
tests/value/array_bounds.i:14:[value] entering loop for the first time
[value] Called Frama_C_show_each({0})
[value] Called Frama_C_show_each({0; 1})
[value] Called Frama_C_show_each({0; 1; 2})
[value] Called Frama_C_show_each([0..11])
[value] Called Frama_C_show_each([0..11])
tests/value/array_bounds.i:19:[value] entering loop for the first time
tests/value/array_bounds.i:20:[value] warning: accessing out of bounds index. assert j < 12;
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
s.a ∈ {9}
.T[0] ∈ {0}
.T[1] ∈ {1}
.T[2] ∈ {2}
.T[3] ∈ {3}
.T[4] ∈ {4}
.T[5] ∈ {5}
.T[6] ∈ {6}
.T[7] ∈ {7}
.T[8] ∈ {8}
.T[9] ∈ {9}
.T[10] ∈ {10}
.T[11] ∈ {11}
.b ∈ {9}
u.a ∈ {1}
.T[0..11] ∈ [--..--]
.b ∈ {20}
[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:
s{.a; .b} FROM \nothing
u.T[0..11] FROM c (and SELF)
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
s; u.T[0..11]; i; j
[inout] Inputs for function main:
c
|