File: scope.2.res.oracle

package info (click to toggle)
frama-c 20161101%2Bsilicon%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 42,324 kB
  • ctags: 35,695
  • sloc: ml: 200,142; ansic: 31,465; makefile: 2,334; sh: 1,643; lisp: 259; python: 85; asm: 26
file content (25 lines) | stat: -rw-r--r-- 1,233 bytes parent folder | download
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
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/scope/scope.c (with preprocessing)
[value] Analyzing a complete application starting at loop
[value] Computing initial state
[value] Initial state computed
[value:initial-state] Values of globals at initialization
  Frama_C_entropy_source ∈ [--..--]
  S1 ∈ {0}
  S2 ∈ {0}
  T[0..99] ∈ {0}
tests/scope/scope.c:67:[value] entering loop for the first time
tests/scope/scope.c:68:[value] warning: signed overflow. assert a + 1 ≤ 2147483647;
tests/scope/scope.c:69:[value] warning: signed overflow. assert b + 1 ≤ 2147483647;
tests/scope/scope.c:70:[value] warning: signed overflow. assert s + 1 ≤ 2147483647;
tests/scope/scope.c:75:[value] warning: signed overflow. assert a + 1 ≤ 2147483647;
tests/scope/scope.c:76:[value] warning: signed overflow. assert b + 1 ≤ 2147483647;
tests/scope/scope.c:77:[value] warning: signed overflow. assert i + 1 ≤ 2147483647;
[value] Recording results for loop
[value] done for function loop
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function loop:
  a ∈ [1..2147483647]
  b ∈ [1..2147483647]
  i ∈ [1..2147483647]
  s ∈ [0..2147483647]