Re: [fpc-pascal] Bug in generics

2014-06-06 Thread Yann Mérignac
Ok Thanks. 2014-06-06 17:06 GMT+02:00 Sven Barth : > Am 06.06.2014 14:31 schrieb "Yann Mérignac" : > > > > > Hi, > > > > I have found a bug with generics. It exists in 2.6.4 but not in 2.7.1 > (rev 27862). I searched in bug tracker but can't find a corresponding bug > report. Should I report it

Re: [fpc-pascal] Bug in generics

2014-06-06 Thread Sven Barth
Am 06.06.2014 14:31 schrieb "Yann Mérignac" : > > Hi, > > I have found a bug with generics. It exists in 2.6.4 but not in 2.7.1 (rev 27862). I searched in bug tracker but can't find a corresponding bug report. Should I report it or consider it's fixed ? If it's fixed in 2.7.1 you don't need to rep

[fpc-pascal] Bug in generics

2014-06-06 Thread Yann Mérignac
Hi, I have found a bug with generics. It exists in 2.6.4 but not in 2.7.1 (rev 27862). I searched in bug tracker but can't find a corresponding bug report. Should I report it or consider it's fixed ? Program : program genbug_002; {$mode objfpc}{$h+} uses C