cfad47cfa3/t3compiler/tads3/test/log/basic.log

4b825dc642cb6eb9a060e54bf8d69288fbee4904cfad47cfa334b206c65f22086bcc5d63e6f70944
1
basic.t(38): warning: assignment in condition (possible use of '=' where '==' was intended)
2
basic.t(208): warning: unreachable statement
3
basic.t(226): warning: code has "return" with value but also falls off end
4
basic.t(252): warning: unreachable statement
5
basic.t(268): warning: label "stm3" is not referenced
6
basic.t(35): warning: local variable "i" is never used
7
basic.t(36): warning: local variable "j" is never used
8
basic.t(42): warning: value is assigned to local variable "i" but the value is never used
9
basic.t(43): warning: local variable "j" is never used
10
basic.t(231): warning: value is assigned to local variable "j" but the value is never used
11
Warnings: 10
12
Errors:   0
13
Longest string: 34, longest list: 0
14
15
(T3VM) Memory blocks still in use:
16
17
Total blocks in use: 0
18
... this is _main() ...
19
iter[0]: 7! = 5040
20
iter[1]: 7! = 5040
21
iter[2]: 7! = 5040
22
iter[3]: 7! = 5040
23
iter[4]: 7! = 5040
24
i = 1, j = hello, x = bye
25
i = 2, j = hello, x = bye!
26
i = 3, j = hello, x = bye!!
27
i = 4, j = hello, x = bye!!!
28
at outer scope: i = outer i
29
test break - i = 1
30
test break - i = 2
31
test break - i = 3
32
test break - i = 4
33
test break - i = 5
34
test continue - i = 1
35
...not continuing this time!
36
test continue - i = 2
37
...not continuing this time!
38
test continue - i = 3
39
...not continuing this time!
40
test continue - i = 4
41
...not continuing this time!
42
test continue - i = 5
43
test continue - i = 6
44
test continue - i = 7
45
test continue - i = 8
46
test continue - i = 9
47
this is while loop iteration #0
48
this is while loop iteration #1
49
this is while loop iteration #2
50
this is while loop iteration #3
51
this is while loop iteration #4
52
this is while loop 2 - iteration #5
53
this is while loop 3 - iteration #5
54
this is while loop 3 - iteration #3
55
this is while loop 3 - iteration #2
56
this is while loop 3 - iteration #1
57
this is do loop - iteration #0
58
this is do loop - iteration #1
59
this is do loop - iteration #2
60
this is do loop - iteration #3
61
this is do loop - iteration #4
62
this is do loop - iteration #5
63
this is do loop 2 - iteration #6
64
this is do loop 2 - iteration #7
65
this is do loop 3 - iteration #7
66
this is do loop 3 - iteration #5
67
this is do loop 3 - iteration #3
68
this is do loop 3 - iteration #2
69
this is do loop 3 - iteration #1
70
no breaks - i = 3
71
case 3
72
case 4
73
case 5
74
default 1
75
with breaks - i = 2
76
case 2
77
78
Labeled Break Test
79
80
starting stm1:
81
we're now in stm1...
82
preparing to break...
83
here we are after stm1
84
starting stm2:
85
   - loop: i = 1
86
   - loop: i = 2
87
   - loop: i = 3
88
after stm2
89
... _main() exiting ...
90
91
(T3VM) Memory blocks still in use:
92
93
Total blocks in use: 0