Frank Heckenbach wrote:
Adriaan van Os wrote:
In this case, the test may just be too big (for the default stack size), and all I could do is to split it up.
Does it make any difference if you remove some of the procedures t1, t2, t3, t4
No, each of t1, t2, t3, t4 alone crashes the compiler.
or some of the lines in the CN macro?
With only these two lines left in the CN macro, the crash has gone, e.g.
{$define CN(NK, MK) CM (NK, MK, 1, 1); CM (NK, MK, 5, 4) }
OK, so subroutines seem to help. Try this.
The fjf664.pas test is passed now (with the standard Mac OS X stacksize limit of 512 K).
Thanks,
Adriaan van Os