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 77
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/use_spec.i (no preprocessing)
[value] user error: no assigns specified for function 'f', for which a builtin
or the specification will be used. Potential unsoundness.
[value] warning: Generating potentially incorrect assigns for function 'f' for which option -val-use-spec is set
tests/value/use_spec.i:7:[kernel] warning: Neither code nor specification for function f, generating default assigns from the prototype
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
w ∈ {0}
x ∈ {0}
y ∈ {0}
z ∈ {0}
[value] computing for function f <- main.
Called from tests/value/use_spec.i:22.
[value] using specification for function f
[value] Done for function f
[value] computing for function g <- main.
Called from tests/value/use_spec.i:23.
tests/value/use_spec.i:23:[kernel] warning: Neither code nor specification for function g, generating default assigns from the prototype
[value] using specification for function g
[value] Done for function g
[value] computing for function h <- main.
Called from tests/value/use_spec.i:24.
[value] using specification for function h
[value] Done for function h
[value] computing for function i <- main.
Called from tests/value/use_spec.i:25.
[value] using specification for function i
[value] Done for function i
[value] Recording results for main
[from] Computing for function main
[from] Done for function main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
w ∈ [--..--]
x ∈ [--..--]
y ∈ [--..--]
z ∈ [--..--]
[from] ====== DISPLAYING CALLWISE DEPENDENCIES ======
[from] call to f at tests/value/use_spec.i:22 (by main):
x FROM x (and SELF)
[from] call to g at tests/value/use_spec.i:23 (by main):
y FROM y (and SELF)
[from] call to h at tests/value/use_spec.i:24 (by main):
z FROM \nothing
[from] call to i at tests/value/use_spec.i:25 (by main):
w FROM \nothing
[from] entry point:
w FROM \nothing
x FROM x (and SELF)
y FROM y (and SELF)
z FROM \nothing
[from] ====== END OF CALLWISE DEPENDENCIES ======
[inout] InOut (internal) for function f:
Operational inputs:
x
Operational inputs on termination:
x
Sure outputs:
\nothing
[inout] InOut (internal) for function h:
Operational inputs:
\nothing
Operational inputs on termination:
\nothing
Sure outputs:
z
[inout] InOut (internal) for function main:
Operational inputs:
x; y
Operational inputs on termination:
x; y
Sure outputs:
w; z
|