summary refs log tree commit diff stats
path: root/tests/stdlib/concurrency/atomicSample.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2024-06-06 02:54:00 +0800
committerGitHub <noreply@github.com>2024-06-05 20:54:00 +0200
commit2d1533f34f74d69978f20d09be28740be2ec721c (patch)
tree3760c76fd676b714a280ed556bb508b548559e95 /tests/stdlib/concurrency/atomicSample.nim
parent42e8472ca6eab740c0879428bd119ec94e70fe74 (diff)
downloadNim-2d1533f34f74d69978f20d09be28740be2ec721c.tar.gz
fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)
follow up https://github.com/nim-lang/Nim/pull/6265

fixes #5901
fixes #21211

It causes many problems with gcc14 if we fold the cast function types.
Let's check what it will break
Diffstat (limited to 'tests/stdlib/concurrency/atomicSample.nim')
0 files changed, 0 insertions, 0 deletions
/a> ^
d1262cd6 ^
49620728 ^
b96af395 ^

94fa5c95 ^
9a81d746 ^
3e1349d2 ^




01ce563d ^

3e1349d2 ^
1ae4e0d9 ^
3e1349d2 ^




b3cdcdd4 ^
a9817844 ^



b96af395 ^






bc394aaf ^

3dfeaaff ^













694d8485 ^
3dfeaaff ^
694d8485 ^
3dfeaaff ^
694d8485 ^
bc394aaf ^
857ba192 ^







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