www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 22551] New: DWARF: functions inside structs are not being

https://issues.dlang.org/show_bug.cgi?id=22551

          Issue ID: 22551
           Summary: DWARF: functions inside structs are not being
                    recognized as member functions
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Keywords: DebugInfo
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: contact lsferreira.net

In DMD DWARF generator, DW_TAG_subprogram is not a parent of
DW_TAG_structure_type and therefore it is not considered members of the struct.

--
Nov 29 2021