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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/merge_bits.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
T[0] ∈ {1}
[1..3] ∈ {0}
[4] ∈ {1}
[5] ∈ {2}
[6] ∈ {3}
[7] ∈ {4}
[8] ∈ {5}
[9] ∈ {0}
[10..12] ∈ {1}
[value] Called Frama_C_show_each_F([bits 0 to 7] ∈ {1}
[bits 8 to 31] ∈ {0}
This amounts to: {1})
[value] Called Frama_C_show_each_F([bits 0 to 23] ∈ {0}
[bits 24 to 31] ∈ {1}
This amounts to: {16777216})
[value] Called Frama_C_show_each_F([bits 0 to 7] ∈ {1}
[bits 8 to 15] ∈ {2}
[bits 16 to 23] ∈ {3}
[bits 24 to 31] ∈ {4}
This amounts to: {67305985})
[value] Called Frama_C_show_each_F([bits 0 to 7] ∈ {0}
[bits 8 to 31]# ∈ {1} repeated %8
This amounts to: {16843008})
[value] Called Frama_C_show_each_F([bits 0 to 7] ∈ {1}
[bits 8 to 15] ∈ {0}
[bits 16 to 31]# ∈
{-1879048176}%32, bits 0 to 15
This amounts to: {1048577})
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
T[0] ∈ {1}
[1] ∈ {0}
[bits 16 to 47] ∈ {-1879048176}
[6] ∈ {3}
[7] ∈ {4}
[8] ∈ {5}
[9] ∈ {0}
[10..12] ∈ {1}
__retres ∈ {0}
[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:
T[2..5] FROM \nothing
\result FROM \nothing
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
T[2..5]; __retres
[inout] Inputs for function main:
T{[0..7]; [9..12]}
|