File: undefined_sequence.1.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 (148 lines) | stat: -rw-r--r-- 5,462 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
[kernel] Parsing share/libc/__fc_builtin_for_normalization.i (no preprocessing)
[kernel] Parsing tests/value/undefined_sequence.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
  G[0..9] ∈ {0}
  c ∈ [--..--]
  r ∈ {0}
  H ∈ {0}
tests/value/undefined_sequence.i:36:[value] entering loop for the first time
tests/value/undefined_sequence.i:38:[value] entering loop for the first time
tests/value/undefined_sequence.i:40:[value] entering loop for the first time
tests/value/undefined_sequence.i:40:[value] warning: signed overflow.
                 assert G[tmp_2] + G[tmp_3] ≤ 2147483647;
                 (tmp_2 from j++, tmp_3 from i++)
tests/value/undefined_sequence.i:43:[value] entering loop for the first time
tests/value/undefined_sequence.i:49:[value] entering loop for the first time
tests/value/undefined_sequence.i:50:[value] warning: signed overflow. assert G[j] + G[tmp_6] ≤ 2147483647;
                                  (tmp_6 from j++)
tests/value/undefined_sequence.i:51:[value] warning: signed overflow. assert G[tmp_7] + G[i] ≤ 2147483647;
                                  (tmp_7 from i++)
[value] computing for function g <- main.
        Called from tests/value/undefined_sequence.i:53.
[value] Recording results for g
[value] Done for function g
[value] computing for function f <- main.
        Called from tests/value/undefined_sequence.i:53.
[value] Recording results for f
[value] Done for function f
[value] computing for function g <- main.
        Called from tests/value/undefined_sequence.i:54.
[value] Recording results for g
[value] Done for function g
[value] computing for function f <- main.
        Called from tests/value/undefined_sequence.i:54.
[value] Recording results for f
[value] Done for function f
[value] computing for function h <- main.
        Called from tests/value/undefined_sequence.i:56.
[value] Recording results for h
[value] Done for function h
[value] computing for function h <- main.
        Called from tests/value/undefined_sequence.i:56.
[value] Recording results for h
[value] Done for function h
[value] computing for function func <- main.
        Called from tests/value/undefined_sequence.i:60.
[value] Recording results for func
[value] Done for function func
[value] computing for function ub_ret <- main.
        Called from tests/value/undefined_sequence.i:65.
[value] Recording results for ub_ret
[value] Done for function ub_ret
[value] computing for function f <- main.
        Called from tests/value/undefined_sequence.i:67.
[value] Recording results for f
[value] Done for function f
[value] computing for function g <- main.
        Called from tests/value/undefined_sequence.i:67.
[value] Recording results for g
[value] Done for function g
[value] Recording results for main
[value] done for function main
[value] ====== VALUES COMPUTED ======
[value:final-states] Values at end of function f:
  __retres ∈ {2; 6; 7; 8}
[value:final-states] Values at end of function func:
  __retres ∈ {5; 6}
[value:final-states] Values at end of function g:
  __retres ∈ {4; 5}
[value:final-states] Values at end of function h:
  r ∈ {1; 2}
  H ∈ {0; 1}
  i ∈ {0; 1}
[value:final-states] Values at end of function ub_ret:
  d ∈ {0}
  __retres ∈ {0}
[value:final-states] Values at end of function main:
  G[0..1] ∈ [0..2147483647]
   [2] ∈ {0; 1}
   [3..9] ∈ [0..2147483647]
  r ∈ {0; 1}
  H ∈ {0; 1}
  x ∈ {6; 7; 8}
  y ∈ {{ &G[2] }}
  i ∈ [0..9]
  j ∈ [0..9]
  my_f ∈ {{ &f ; &g }}
[from] Computing for function f
[from] Done for function f
[from] Computing for function func
[from] Done for function func
[from] Computing for function g
[from] Done for function g
[from] Computing for function h
[from] Done for function h
[from] Computing for function ub_ret
[from] Done for function ub_ret
[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 f:
  \result FROM x
[from] Function func:
  \result FROM x; y
[from] Function g:
  \result FROM x
[from] Function h:
  r FROM c; r
  H FROM c; r
  \result FROM c; r
[from] Function ub_ret:
  \result FROM \nothing
[from] Function main:
  G{[0..1]; [3..9]} FROM G[0..9]; c (and SELF)
   [2] FROM G[0..9]; c
  r FROM c; r; a (and SELF)
  H FROM c; r; a (and SELF)
  \result FROM c
[from] ====== END OF DEPENDENCIES ======
[inout] Out (internal) for function f:
          __retres
[inout] Inputs for function f:
          \nothing
[inout] Out (internal) for function func:
          __retres
[inout] Inputs for function func:
          \nothing
[inout] Out (internal) for function g:
          __retres
[inout] Inputs for function g:
          \nothing
[inout] Out (internal) for function h:
          r; H; i; tmp; tmp_0
[inout] Inputs for function h:
          c; r
[inout] Out (internal) for function ub_ret:
          d; __retres
[inout] Inputs for function ub_ret:
          \nothing
[inout] Out (internal) for function main:
          G[0..9]; r; H; x; y; i; j; tmp; tmp_0; tmp_1; tmp_2; tmp_3; tmp_4; 
          tmp_5; tmp_6; tmp_7; tmp_8; tmp_9; tmp_10; tmp_11; tmp_12; tmp_13; 
          tmp_14; tmp_15; my_f; tmp_16; tmp_17; tmp_18
[inout] Inputs for function main:
          G[0..9]; c; r