[lazarus] Internal compiler error

Marc Weustink Marc.Weustink at cuperus.nl
Tue Nov 16 04:12:11 EST 1999


+ From: Peter Vreman [mailto:peter at freepascal.org]
+ 
+ At 01:17 15-11-99 , I 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

I'll try this again with the latest version. (Mine was only a week old)

Marc






More information about the Lazarus mailing list