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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/modifies.i (no preprocessing)
[value] Analyzing an incomplete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
TAB[0..9] ∈ [--..--]
G ∈ [--..--]
H ∈ [--..--]
J ∈ [--..--]
tests/value/modifies.i:8:[value] warning: signed overflow. assert J + 1 ≤ 2147483647;
tests/value/modifies.i:8:[value] warning: signed overflow. assert -2147483648 ≤ TAB[4] - 1;
tests/value/modifies.i:11:[value] warning: signed overflow. assert TAB[1] + 1 ≤ 2147483647;
tests/value/modifies.i:11:[value] warning: signed overflow. assert TAB[6] + 1 ≤ 2147483647;
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
TAB[0..9] ∈ [--..--]
G ∈ [--..--]
H ∈ {0; 1; 3}
J ∈ [--..--]
[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:
TAB[1] FROM TAB[1]; G; H; J (and SELF)
[4] FROM TAB[4]; H (and SELF)
[6] FROM TAB[6]; G; H; J (and SELF)
G FROM H; J (and SELF)
H FROM G; H; J (and SELF)
J FROM H; J (and SELF)
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
TAB{[1]; [4]; [6]}; G; H; J
[inout] Inputs for function main:
TAB{[1]; [4]; [6]}; G; H; J
|