tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] a tcc code generation problem


From: Sergey Korshunoff
Subject: [Tinycc-devel] a tcc code generation problem
Date: Sat, 3 Jan 2015 10:47:48 +0300

I succesfully compiled by gcc a source files of the nimrod compiler
preprocessed by tcc. The same sources compiled by tcc fail on the
execution stage. Looks like a float/double error or something like.
Error message from a nim compiler is:


fantoo nimrod-0.10.01_my # ./bin/nim c koch.nim
config/nim.cfg(45, 2) Hint: added path: '/root/.babel/pkgs/' [Path]
config/nim.cfg(46, 2) Hint: added path: '/root/.nimble/pkgs/' [Path]
Traceback (most recent call last)
nim.nim(91)              nim
nim.nim(50)              handleCmdLine
nimconf.nim(234)         loadConfigs
nimconf.nim(205)         readConfigFile
nimconf.nim(192)         parseAssignment
commands.nim(499)        processSwitch
strutils.nim(421)        parseInt
parseutils.nim(229)      parseInt
Error: unhandled exception: in parseInt (parseutils.nim) [OverflowError]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]