1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/misc/widen_hints.c (with preprocessing)
[kernel:widen-hints] computing global widen hints
tests/misc/widen_hints.c:64:[kernel:widen-hints] adding hint from annotation: a, {87} (for all statements)
tests/misc/widen_hints.c:80:[kernel:widen-hints] adding hint from annotation: ss, {87} (for all statements)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
x ∈ {9}
not_const ∈ {42}
tests/misc/widen_hints.c:65:[value] entering loop for the first time
tests/misc/widen_hints.c:66:[value] entering loop for the first time
tests/misc/widen_hints.c:81:[value] entering loop for the first time
tests/misc/widen_hints.c:82:[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:
m ∈ {10}
n ∈ {43}
ss.i ∈ {87; 88}
.d ∈ UNINITIALIZED
__retres ∈ {0}
|