[fpc-devel]Last 1.1 compiler bug

Jonas Maebe jonas at zeus.rug.ac.be
Wed Oct 3 11:24:52 CEST 2001


On woensdag, oktober 3, 2001, at 11:59 , Pavel V. Ozerski wrote:

> I compiled today's compiler from source to Win32 target and could not 
> compile with it the
> simplest sample (Internal error 68996):
>
> var
>  i:longint;
>  s:shortstring;
> begin
>  for i:=1 to length(s)do
>   ;
> end.
>
> Please try to fix this bug.

Do a make cycle of the 1.1 compiler with 1.0.5, it will work properly 
then. The cause is a bug in the set handling of 1.1 (which has been 
fixed in the mean time)


Jonas





More information about the fpc-devel mailing list