Re: [fpc-devel] issue with trunk and dyn array

2013-05-16 Thread Jonas Maebe
On 16 May 2013, at 17:43, Martin wrote: using rev 24475 the below fails. It works using 2.6.0 Afaik it should work? dynamic types (such as TDynIntArray ) should be initialized? Yes. The RTTI for that type seems to be completely messed up in current trunk. Probably caused by r24458.

Re: [fpc-devel] issue with trunk and dyn array

2013-05-16 Thread Martin
On 16/05/2013 17:24, Jonas Maebe wrote: On 16 May 2013, at 17:43, Martin wrote: using rev 24475 the below fails. It works using 2.6.0 Afaik it should work? dynamic types (such as TDynIntArray ) should be initialized? Yes. The RTTI for that type seems to be completely messed up in current

Re: [fpc-devel] issue with trunk and dyn array

2013-05-16 Thread Paul Ishenin
17.05.2013 0:24, Jonas Maebe пишет: On 16 May 2013, at 17:43, Martin wrote: using rev 24475 the below fails. It works using 2.6.0 Afaik it should work? dynamic types (such as TDynIntArray ) should be initialized? Yes. The RTTI for that type seems to be completely messed up in current

Re: [fpc-devel] issue with trunk and dyn array

2013-05-16 Thread Paul Ishenin
17.05.2013 8:59, Paul Ishenin пишет: Yes. The RTTI for that type seems to be completely messed up in current trunk. Probably caused by r24458. Dynamic arrays were not touched by this revision. I only changed RTTI for non-dynamic array types. Heh. But in the Martic example was array[...] of