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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/float/cond_cast_int_to_float.c (with preprocessing)
tests/float/cond_cast_int_to_float.c:18:[kernel] warning: Floating-point constant 30.1f is not represented exactly. Will use 0x1.e1999a0000000p4. See documentation for option -warn-decimal-float
[value] Analyzing a complete application starting at main
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
v ∈ [--..--]
tests/float/cond_cast_int_to_float.c:15:[value] warning: function main: precondition got status unknown.
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:18.
[value] using specification for function assert
tests/float/cond_cast_int_to_float.c:3:[value] function assert: precondition got status valid.
[value] Done for function assert
[value] Called Frama_C_show_each_then({18}, [31..10000])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:18.
[value] Done for function assert
[value] Called Frama_C_show_each_else({18}, [-10000..30])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:19.
[value] Done for function assert
[value] Called Frama_C_show_each_then({19}, [31..10000])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:19.
[value] Done for function assert
[value] Called Frama_C_show_each_else({19}, [-10000..30])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:20.
[value] Done for function assert
[value] Called Frama_C_show_each_then({20}, [30..10000])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:20.
[value] Done for function assert
[value] Called Frama_C_show_each_else({20}, [-10000..29])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:22.
[value] Done for function assert
[value] Called Frama_C_show_each_then({22}, [-30..10000])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:22.
[value] Done for function assert
[value] Called Frama_C_show_each_else({22}, [-10000..-31])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:23.
[value] Done for function assert
[value] Called Frama_C_show_each_then({23}, [-30..10000])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:23.
[value] Done for function assert
[value] Called Frama_C_show_each_else({23}, [-10000..-31])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:24.
[value] Done for function assert
[value] Called Frama_C_show_each_then({24}, [-29..10000])
[value] computing for function assert <- main.
Called from tests/float/cond_cast_int_to_float.c:24.
[value] Done for function assert
[value] Called Frama_C_show_each_else({24}, [-10000..-30])
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
[from] Computing for function main
[from] Computing for function assert <-main
[from] Done for function assert
[from] Done for function main
[from] ====== DEPENDENCIES COMPUTED ======
These dependencies hold at termination for the executions that terminate:
[from] Function assert:
NO EFFECTS
[from] Function main:
NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
\nothing
[inout] Inputs for function main:
\nothing
|