[lazarus] Internal compiler error
Peter Vreman
peter at freepascal.org
Tue Nov 16 01:53:53 EST 1999
At 01:17 15-11-99 , you wrote:
>I get the following error:
> Assembling (pipe) compileroptions.s
> Panic : Internal compiler error, exiting.
> main.pp(208,10) Fatal: Internal error 9999
>
>when I compile something like:
> try
> blah
> except
> on E Exception do Something(E);
> end;
>
>ofcource, it should be:
> on E: Exception do Something(E);
> ^
>
>but it shouldn't result in an internal error
Can't reproduce this
Peter
More information about the Lazarus
mailing list