Using the attached code, gpc-970714 (with #define HASH_EMBED commented out in module.c), I get:
C:\source\mpt1352\port>gpc -c -O2 foo.pas foo.pas: In function `Dectobin': foo.pas:6: prior parameter's size depends on `Binary' foo.pas:22: warning: return value of function not assigned
However, if I uncomment out BinToDec, gpc aborts in fix_lexical_addr, stack trace attached.
Bill
Bill Currie wrote:
Using the attached code, gpc-970714 (with #define HASH_EMBED commented out in module.c), I get:
C:\source\mpt1352\port>gpc -c -O2 foo.pas foo.pas: In function `Dectobin': foo.pas:6: prior parameter's size depends on `Binary' foo.pas:22: warning: return value of function not assigned
Oops, to get this one, comment out BinToDec (sent the wrong edit cycle). Bill