www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 22856] New: DAWRF: DW_TAG_subprogram main overlap address

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

          Issue ID: 22856
           Summary: DAWRF: DW_TAG_subprogram main overlap address with the
                    runtime symbol
           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

Currently, if we have a main and create an object linked with the druntime, the
DW_TAG_subprogram for that symbol overlaps with the created one and
_d_cmain!().main.

--
Mar 07 2022