You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: