[fpc-devel] win64 on trunk broken

Vincent Snijders vsnijders at quicknet.nl
Thu Apr 12 19:14:00 CEST 2007


Vincent Snijders schreef:
> Vincent Snijders schreef:
>> Hi,
>>
>> I get an internal error when I compile fcl-db of fpc 2.3.1.
>>
>> -FE. -FUunits/x86_64-win64 -gl -dx86_64 -dRELEASE src/db.pas
>> fields.inc(1071,12) Fatal: Internal error 200108291
>> Fatal: Compilation aborted
>>
> 
> This is the same IE as in http://www.freepascal.org/mantis/view.php?id=8580
> 

Just a quick update, I tracked down the revision that broke it:
r6855.

The following program shows the IE:

program Project1;

{$mode objfpc}{$H+}

type
   TStringFieldBuffer = Array[0..8192] of Char;


var Buf      : TStringFieldBuffer;
begin
     Buf := #0;
end.

When I have time, I will create a bug report, unless you find the fix 
tonight of course :-)

Vincent



More information about the fpc-devel mailing list