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
|
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/propagate_bottom.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
v ∈ [--..--]
tests/value/propagate_bottom.i:5:[value] warning: division by zero. assert 0 ≢ 0;
tests/value/propagate_bottom.i:8:[value] warning: division by zero. assert 0 ≢ 0;
tests/value/propagate_bottom.i:11:[value] warning: division by zero. assert 0 ≢ 0;
tests/value/propagate_bottom.i:14:[value] warning: division by zero. assert 0 ≢ 0;
tests/value/propagate_bottom.i:17:[value] warning: division by zero. assert 0 ≢ 0;
tests/value/propagate_bottom.i:20:[value] warning: division by zero. assert 0 ≢ 0;
tests/value/propagate_bottom.i:25:[value] warning: non-finite double value. assert \is_finite((double)(1. / (double)0));
tests/value/propagate_bottom.i:28:[value] warning: non-finite double value. assert \is_finite((double)(1. / (double)0));
tests/value/propagate_bottom.i:31:[value] warning: non-finite double value. assert \is_finite((double)(1. / (double)0));
tests/value/propagate_bottom.i:34:[value] warning: non-finite double value. assert \is_finite((double)(1. / 0.));
tests/value/propagate_bottom.i:37:[value] warning: non-finite double value. assert \is_finite((double)(1. / 0.));
tests/value/propagate_bottom.i:40:[value] warning: non-finite double value. assert \is_finite((double)(1. / 0.));
[value] Recording results for main
[value] done for function main
tests/value/propagate_bottom.i:5:[value] assertion 'Value,division_by_zero' got final status invalid.
tests/value/propagate_bottom.i:8:[value] assertion 'Value,division_by_zero' got final status invalid.
tests/value/propagate_bottom.i:11:[value] assertion 'Value,division_by_zero' got final status invalid.
tests/value/propagate_bottom.i:14:[value] assertion 'Value,division_by_zero' got final status invalid.
tests/value/propagate_bottom.i:17:[value] assertion 'Value,division_by_zero' got final status invalid.
tests/value/propagate_bottom.i:20:[value] assertion 'Value,division_by_zero' got final status invalid.
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function main:
[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:
NO EFFECTS
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function main:
x1; x2; x3; x4; x5; x6; y1; y2; y3; y4; y5; y6
[inout] Inputs for function main:
v
|