[fpc-pascal] FPC can't determine overloaded function to call
Jonas Maebe
jonas.maebe at elis.ugent.be
Thu Apr 28 18:10:35 CEST 2016
On 28/04/16 15:33, Graeme Geldenhuys wrote:
> Interesting thought. But a Integer div Integer cannot give a result
> larger than a Integer type, so why is the compiler upscaling the result
> it to a Int64?? If that is really what the compiler is doing, then
> something is going way wrong, or I simply don't understand the logic.
Search for "As a pascal compiler" on
http://www.freepascal.org/docs-html/ref/refsu5.html
You are presumably compiling for a 64 bit target platform.
Jonas
More information about the fpc-pascal
mailing list