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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/extern.i (no preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
tests/value/extern.i:4:[kernel] imprecise size for variable T3 (Size of array without number of elements.)
tests/value/extern.i:4:[value] warning: during initialization of variable 'T3', size of type 'int []' cannot be
computed (Size of array without number of elements.)
tests/value/extern.i:5:[kernel] imprecise size for variable T4 (Size of array without number of elements.)
tests/value/extern.i:5:[value] warning: during initialization of variable 'T4', size of type 'int const []' cannot be
computed (Size of array without number of elements.)
tests/value/extern.i:14:[value] no size specified for array, assuming 0
[value] Initial state computed
[value:initial-state] Values of globals at initialization
T1 ∈ [--..--]
T2 ∈ [--..--]
T3[0..1073741823] ∈ [--..--] or UNINITIALIZED
T4[0..1073741823] ∈ [--..--] or UNINITIALIZED
T5[0..2] ∈ [--..--]
T6[0..2] ∈ [--..--]
c ∈ [--..--]
s ∈ [--..--]
tests/value/extern.i:19:[value] warning: accessing uninitialized left-value. assert \initialized(&T3[3]);
tests/value/extern.i:19:[value] warning: out of bounds read. assert \valid_read(&T3[3]);
tests/value/extern.i:20:[value] warning: out of bounds write. assert \valid(&T2);
tests/value/extern.i:20:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
tests/value/extern.i:22:[value] warning: out of bounds write. assert \valid(&T2);
tests/value/extern.i:22:[kernel] warning: all target addresses were invalid. This path is assumed to be dead.
[value] Recording results for main
[value] done for function main
tests/value/extern.i:20:[value] assertion 'Value,mem_access' got final status invalid.
tests/value/extern.i:22:[value] assertion 'Value,mem_access' got final status invalid.
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
NON TERMINATING FUNCTION
[from] Computing for function main
[from] Non-terminating function main (no dependencies)
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function main:
NON TERMINATING - NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
T1
[inout] Inputs for function main:
T3[3]; T4[3]; T5[1]; T6[1]; c
|