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] _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
