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
_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to