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 78
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/volatilestruct.c (with preprocessing)
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
p ∈ {0}
s2 ∈ {0}
x ∈ {0}
y ∈ {0}
tests/value/volatilestruct.c:33:[value] warning: signed overflow. assert -2147483648 ≤ &x - p->f4.f1;
tests/value/volatilestruct.c:33:[value] warning: signed overflow. assert &x - p->f4.f1 ≤ 2147483647;
tests/value/volatilestruct.c:33:[value] warning: signed overflow. assert (int)(&x - p->f4.f1) + 1 ≤ 2147483647;
tests/value/volatilestruct.c:34:[value] warning: signed overflow. assert -2147483648 ≤ &y - p->f4.f2;
tests/value/volatilestruct.c:34:[value] warning: signed overflow. assert &y - p->f4.f2 ≤ 2147483647;
tests/value/volatilestruct.c:34:[value] warning: signed overflow. assert (int)(&y - p->f4.f2) + 3 ≤ 2147483647;
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
p ∈ {{ &s2 }}
s2.f4.f1 ∈ {{ &x + [--..--] }}
.f4.f2 ∈ {{ &y + [--..--] }}
{.f4.f3; .f5} ∈ {0}
q1 ∈ {{ &x + [--..--] }}
q2 ∈ {{ &y + [--..--] }}
i ∈ [--..--]
j ∈ {{ &y + [--..--] }}
r ∈ [-2147483647..2147483647]
s ∈ [-2147483645..2147483647]
[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:
p FROM \nothing
s2.f4{.f1; .f2} FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
p; s2.f4{.f1; .f2}; q1; q2; i; j; r; s
[inout] Inputs for function main:
p; s2{.f4{.f1; .f2}; .f5}
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
p ∈ {0}
s2 ∈ {0}
x ∈ {0}
y ∈ {0}
tests/value/volatilestruct.c:33:[value] warning: 2's complement assumed for overflow
tests/value/volatilestruct.c:34:[value] warning: 2's complement assumed for overflow
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
p ∈ {{ &s2 }}
s2.f4.f1 ∈ {{ &x + [--..--] }}
.f4.f2 ∈ {{ &y + [--..--] }}
{.f4.f3; .f5} ∈ {0}
q1 ∈ {{ &x + [--..--] }}
q2 ∈ {{ &y + [--..--] }}
i ∈ [--..--]
j ∈ {{ &y + [--..--] }}
r ∈ [--..--]
s ∈ [--..--]
[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:
p FROM \nothing
s2.f4{.f1; .f2} FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
p; s2.f4{.f1; .f2}; q1; q2; i; j; r; s
[inout] Inputs for function main:
p; s2{.f4{.f1; .f2}; .f5}
|