Adriaan van Os wrote:
I vaguely remember that this error message appears when Exit( procname) is used and there is another error in the source code. But an example that reproduces it would be better.
{$mac-pascal} program testexit;
procedure P; begin Exit(P);
begin P end.
But to answer Waldek's question, with gpc-20060215 the error doesn't seem to appear. Is this in the bug-fix list ?
With your program and gpc-20050331 I got the message (in fact "proper" compiler options are crucial here). The same can not happen in gpc-20060215 due to fix for `ice4.pas'.