Re: [fpc-pascal] Internal Error 2010021405 when compiling in Linux

2012-05-02 Thread kyan
On Wed, May 2, 2012 at 4:34 PM, Sven Barth wrote: > Your code triggers a different bug in the compiler than the mentioned report > though the presented error is the same. Please open a new bug report with a > example that should compile. Done, #0021921. ___

Re: [fpc-pascal] Internal Error 2010021405 when compiling in Linux

2012-05-02 Thread Sven Barth
Am 02.05.2012 12:44 schrieb "kyan" : > > Hello all, > > I am trying to compile a program that contains the following code consturct: > > type > THashEntry = record >Key: string; >Value: T; >class function Create(const AKey: string; const AValue: T): > THashEntry; static; inline; > end

[fpc-pascal] Internal Error 2010021405 when compiling in Linux

2012-05-02 Thread kyan
Hello all, I am trying to compile a program that contains the following code consturct: type THashEntry = record Key: string; Value: T; class function Create(const AKey: string; const AValue: T): THashEntry; static; inline; end; in Lazarus with FPC version 2.7.1 built from the tr