Open ggardet opened 1 month ago
tasm
would be acceptable since it's a different architecture but it uses $1
(dollar sign) instead of %1
, not sure if this is supposed to work.
toop1
and tobjcov
both cast proc (x: var Subtype)
where Subtype = object of Supertype
to proc (x: var Supertype)
. It seems this cast
is treated as a no-op by codegen time.
Probably it was fixed by the devel version
Probably it was fixed by the devel version
https://github.com/nim-lang/Nim/commits/devel/tests/compiler/tasm.nim had no update, so I guess this has not been fixed.
Description
Test failures on openSUSE Tumbleweed aarch64:
Nim Version
2.0.6 on openSUSE Tumbleweed aarch64
Current Output
No response
Expected Output
No response
Known Workarounds
No response
Additional Information
No response