summary refs log tree commit diff stats
path: root/tests/stdlib/tbase64.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/tbase64.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/tbase64.nim')
0 files changed, 0 insertions, 0 deletions
Blame the previous revision' href='/akkartik/mu/blame/edit.mu?h=main&id=6c8f19d2be6eb4cd227c2ba6f3e189b8f3a72608'>^
cb9e66d7 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18