[fpc-devel]Okay, another one
Marco van de Voort
marcov at stack.nl
Sat Apr 12 13:09:02 CEST 2003
> =============================================
>
> Okay now to my unit, I have strted removing lines until got a very
> minimalistic view that crashes the compiler.
>
> {$mode delphi}
> function xx(a: array of string; b: byte = 1): string;
> begin
> end;
> begin
> xx(['']);
> end.
>
> Okay what we do now? 2372 lines of code in ncal.pas... How long it will take
> for me to understand it :) Without ability to debug in it delphi I will have
> to use gdb and this will take even longer. Can anyone explain how to fix
> this, I mean not just fix but explain how just as an example. Btw I believe
> I reported this bug before.
This part of the compiler is currently intensively being worked on. (not
visible hidden parameters with the new generic registerallocator).
More information about the fpc-devel
mailing list