Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

about 6 years ago

Language

Nim

Compiler

nim HEAD Version 0.19.9

Options
Raw compiler options
-d:release -t:-march=native --threads:on

Author

anonymous

about 6 years ago

$ nim c ./prog.nim -d:release -t:-march=native --threads:on
Hint: used config file '/opt/wandbox/nim-head/config/nim.cfg' [Conf]
Hint: system [Processing]
Hint: widestrs [Processing]
Hint: io [Processing]
Hint: prog [Processing]
CC: stdlib_assertions.nim
CC: stdlib_locks.nim
CC: stdlib_sharedlist.nim
CC: stdlib_system.nim
CC: prog.nim
Hint:  [Link]
Hint: operation successful (15707 lines compiled; 2.836 sec total; 15.957MiB peakmem; Release Build) [SuccessX]
../../opt/wandbox/nim-head/lib/system/fatal.nim(39) sysFatal
Error: unhandled exception: /home/jail/prog.nim(16, 10) `-1'i8 shr 1 == -1'i8`  [AssertionError]
Exit Code:
1