[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 THashEntryT = record Key: string; Value: T; class function Create(const AKey: string; const AValue: T): THashEntryT; static; inline; end; in Lazarus with FPC version 2.7.1 built from the

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

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

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 pascaldra...@googlemail.com 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.