Re: [fpc-devel] DW_AT_external and other additions to FPC generated dwarf

2023-03-26 Thread Florian Klämpfl via fpc-devel
Am 23.03.23 um 09:45 schrieb Martin Frb via fpc-devel: It's a little hard to comment all at once, but at least I start with one :) 4) "official" marker for string vs pchar vs array Not sure if that is reported already. Depending on dwarf version "string" (ansistring) is a pointer (either TAG

[fpc-devel] Is this supposed to work (generic)?

2023-03-26 Thread Martin Frb via fpc-devel
3.2.3 and 3.3.1 on Win 64bit Trying a generic linked list. So the specialized class must have an entry for the "next" element. And that entry is of the same type as the class itself. Now at first, this seems to be not possible using generics, because specialize does not allow to pass in the

Re: [fpc-devel] DW_AT_external and other additions to FPC generated dwarf

2023-03-26 Thread Martin Frb via fpc-devel
On 26/03/2023 15:50, Florian Klämpfl via fpc-devel wrote: Am 23.03.23 um 09:45 schrieb Martin Frb via fpc-devel: It's a little hard to comment all at once, but at least I start with one :) 4) "official" marker for string vs pchar vs array What about using DW_TAG_string_type for this?