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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/unroll.i (no preprocessing)
tests/value/unroll.i:49:[kernel] warning: ignoring unrolling directive (not an understood constant expression)
tests/value/unroll.i:54:[kernel] warning: ignoring invalid unrolling directive
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
t_biosmap[0..9] ∈ {0}
g_biosmap ∈ {{ &t_biosmap[0] }}
biosmap ∈ {0}
tests/value/unroll.i:31:[value] entering loop for the first time
tests/value/unroll.i:34:[value] warning: signed overflow. assert -2147483648 ≤ j - 1;
tests/value/unroll.i:32:[value] warning: signed overflow. assert G + i ≤ 2147483647;
tests/value/unroll.i:39:[value] entering loop for the first time
tests/value/unroll.i:49:[value] entering loop for the first time
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
c ∈ {0}
G ∈ [17739..2147483647]
i ∈ {257}
MAX ∈ {12}
JMAX ∈ {5}
j ∈ [-2147483648..-123]
k ∈ {13}
S ∈ {479001600}
[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:
NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
c; G; i; MAX; JMAX; j; k; S; tmp; tmp_unroll_3752; tmp_unroll_3760;
tmp_unroll_3768; tmp_unroll_3776; tmp_unroll_3784; tmp_unroll_3792;
tmp_unroll_3800; tmp_unroll_3808; tmp_unroll_3816; tmp_unroll_3824
[inout] Inputs for function main:
\nothing
|