summaryrefslogtreecommitdiff
path: root/Test/linear/Answer
blob: 4b8794a617db6fa66725154a96b47bc9d680a7d3 (plain)
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

-------------------- typecheck.bpl --------------------
typecheck.bpl(33,9): Error: Only simple assignment allowed on linear variable b
typecheck.bpl(35,6): Error: Only variable can be assigned to linear variable a
typecheck.bpl(37,6): Error: Only linear variable can be assigned to linear variable a
typecheck.bpl(41,6): Error: Linear variable of domain D2 cannot be assigned to linear variable of domain D
typecheck.bpl(47,9): Error: Linear variable x can occur only once in the right-hand-side of an assignment
typecheck.bpl(51,4): Error: Linear variable a can occur only once as an input parameter
typecheck.bpl(53,4): Error: Only variable can be passed to linear parameter b
typecheck.bpl(55,4): Error: The domains of formal and actual parameters must be the same
typecheck.bpl(57,4): Error: The domains of formal and actual parameters must be the same
typecheck.bpl(59,4): Error: Only a linear argument can be passed to linear parameter a
typecheck.bpl(64,4): Error: Linear variable a can occur only once as an input parameter of a parallel call
typecheck.bpl(71,0): Error: Output variable d must be available at a return
typecheck.bpl(80,0): Error: Global variable g must be available at a return
typecheck.bpl(85,7): Error: unavailable source for a linear read
typecheck.bpl(86,0): Error: Output variable r must be available at a return
15 type checking errors detected in typecheck.bpl

-------------------- list.bpl --------------------

Boogie program verifier finished with 2 verified, 0 errors

-------------------- allocator.bpl --------------------
allocator.bpl(10,3): Error BP5001: This assertion might not hold.
Execution trace:
    allocator.bpl(8,5): anon0

Boogie program verifier finished with 0 verified, 1 error

-------------------- f1.bpl --------------------
f1.bpl(35,4): Error BP5001: This assertion might not hold.
Execution trace:
    f1.bpl(29,6): anon0

Boogie program verifier finished with 1 verified, 1 error

-------------------- f2.bpl --------------------
f2.bpl(21,4): Error BP5001: This assertion might not hold.
Execution trace:
    f2.bpl(17,4): anon0

Boogie program verifier finished with 0 verified, 1 error

-------------------- f3.bpl --------------------

Boogie program verifier finished with 2 verified, 0 errors

-------------------- bug.bpl --------------------
bug.bpl(15,3): Error BP5001: This assertion might not hold.
Execution trace:
    bug.bpl(14,3): anon0

Boogie program verifier finished with 1 verified, 1 error