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 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/float/alarms.i (no 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
u1 ∈ {0}
u2 ∈ {0}
f ∈ {0}
d ∈ {0}
big ∈ {0}
ull ∈ {0}
tests/float/alarms.i:9:[value] warning: non-finite float value. assert \is_finite(u1.f);
tests/float/alarms.i:11:[value] warning: non-finite double value. assert \is_finite(u2.d);
[value] DUMPING STATE of file tests/float/alarms.i line 12
u1{.l[bits 0 to 31]; .f; .d[bits 0 to 31]} ∈
[-3.40282346639e+38 .. 3.40282346639e+38]
{.l[bits 32 to 63]; .f[bits 32 to 63]; .d[bits 32 to 63]} ∈ [--..--]
u2{.l; .f[bits 0 to 63]; .d} ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
d ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
big ∈ {0}
ull ∈ {0}
l ∈ [--..--]
vf ∈ UNINITIALIZED
tmp ∈ UNINITIALIZED
vd ∈ UNINITIALIZED
i ∈ UNINITIALIZED
j ∈ UNINITIALIZED
mvd ∈ UNINITIALIZED
__retres ∈ UNINITIALIZED
=END OF DUMP==
[value] computing for function fd <- main.
Called from tests/float/alarms.i:14.
tests/float/alarms.i:14:[kernel] warning: Neither code nor specification for function fd, generating default assigns from the prototype
[value] using specification for function fd
[value] Done for function fd
tests/float/alarms.i:14:[value] warning: non-finite double value. assert \is_finite(tmp);
(tmp from fd())
tests/float/alarms.i:14:[value] warning: non-finite float value. assert \is_finite((float)tmp);
(tmp from fd())
[value] computing for function fd <- main.
Called from tests/float/alarms.i:15.
[value] Done for function fd
tests/float/alarms.i:16:[value] warning: non-finite double value. assert \is_finite(vd);
tests/float/alarms.i:16:[value] warning: overflow in conversion from floating-point to integer.
assert -9223372036854775809 < vd;
tests/float/alarms.i:16:[value] warning: overflow in conversion from floating-point to integer.
assert vd < 9223372036854775808;
tests/float/alarms.i:17:[value] warning: overflow in conversion from floating-point to integer.
assert -9223372036854775809 < vf;
tests/float/alarms.i:17:[value] warning: overflow in conversion from floating-point to integer.
assert vf < 9223372036854775808;
[value] computing for function fd <- main.
Called from tests/float/alarms.i:18.
[value] Done for function fd
tests/float/alarms.i:19:[value] warning: non-finite double value. assert \is_finite(vd);
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
u1{.l[bits 0 to 31]; .f; .d[bits 0 to 31]} ∈
[-3.40282346639e+38 .. 3.40282346639e+38]
{.l[bits 32 to 63]; .f[bits 32 to 63]; .d[bits 32 to 63]} ∈ [--..--]
u2{.l; .f[bits 0 to 63]; .d} ∈
[-1.79769313486e+308 .. 1.79769313486e+308]
f ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
d ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
big ∈ {1.38350580553e+19}
ull ∈ {13835058055282163712}
vf ∈ [-3.40282346639e+38 .. 3.40282346639e+38]
vd ∈ [-1.79769313486e+308 .. 1.79769313486e+308]
i ∈ [--..--]
j ∈ [--..--]
mvd ∈ [-4.49423283716e+307 .. 4.49423283716e+307]
__retres ∈ {0}
[from] Computing for function main
[from] Computing for function Frama_C_dump_each <-main
[from] Done for function Frama_C_dump_each
[from] Computing for function fd <-main
[from] Done for function fd
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function fd:
\result FROM \nothing
[from] Function main:
u1 FROM l
u2 FROM l
f FROM l
d FROM l
big FROM \nothing
ull FROM \nothing
\result FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
u1; u2; f; d; big; ull; vf; tmp; vd; i; j; mvd; __retres
[inout] Inputs for function main:
u1{.l[bits 0 to 31]; .f; .d[bits 0 to 31]}; u2; big
|