blob: 61bd29f4ed1f6c64695521b22a5ed8a605a68d31 (
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
55
56
57
58
59
|
[test_atomic_compare_exchange]
1 99 77
0 80 80
85 33 80
90 66 80
[test_atomic_store]
r = 12, i = 24
[test_atomic_store_pointer]
*p = 2
[test_atomic_store_struct]
1 2 3 4
[test_atomic_op]
fetch_add: SUCCESS
fetch_sub: SUCCESS
fetch_or: SUCCESS
fetch_xor: SUCCESS
fetch_and: SUCCESS
[test_atomic_op2]
fetch_add: SUCCESS
fetch_sub: SUCCESS
fetch_or: SUCCESS
fetch_xor: SUCCESS
fetch_and: SUCCESS
fetch_nand: SUCCESS
add_fetch: SUCCESS
sub_fetch: SUCCESS
or_fetch: SUCCESS
xor_fetch: SUCCESS
and_fetch: SUCCESS
nand_fetch: SUCCESS
[test_atomic_thread_signal]
1
[test_atomic_error_1]
125_atomic_misc.c:176: error: pointer expected
[test_atomic_error_2]
125_atomic_misc.c:183: error: integral or integer-sized pointer target type expected
[test_atomic_error_3]
125_atomic_misc.c:190: error: integral or integer-sized pointer target type expected
[test_atomic_error_4]
125_atomic_misc.c:198: error: pointer target type mismatch in argument 2
[test_atomic_warn_1]
125_atomic_misc.c:206: warning: assignment makes integer from pointer without a cast
[test_atomic_warn_2]
125_atomic_misc.c:216: warning: assignment from incompatible pointer type
[test_atomic_warn_3]
125_atomic_misc.c:224: warning: assignment of read-only location
|