Re: [Dwarf-Discuss] Discrepancy Between Implementation and Spec in Template Types

2020-04-10 Thread Jay Kamat via Dwarf-Discuss
Ah, I see, that makes a lot of sense. However, I have a couple questions: The DW_AT_type of v1 and the DW_AT_type of t2::m1 would need to point to the same DIE, otherwise there would be much confusion about these being different types, but being the same type in the DWARF Would a level of indi

Re: [Dwarf-Discuss] Discrepancy Between Implementation and Spec in Template Types

2020-04-10 Thread David Blaikie via Dwarf-Discuss
On Fri, Apr 10, 2020 at 4:20 PM Jay Kamat wrote: > Ah, I see, that makes a lot of sense. However, I have a couple questions: > > > The DW_AT_type of v1 and the DW_AT_type of t2::m1 would need to > point > > to the same DIE, otherwise there would be much confusion about these > being > > different