[Issue 17611] New: core.demangle cannot demangle delegates with function attributes

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 5 23:03:54 PDT 2017


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

          Issue ID: 17611
           Summary: core.demangle cannot demangle delegates with function
                    attributes
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: r.sagitario at gmx.de

The symbol "_D4test2dgDxFiYd" is not demangled by core.demangle or ddemangle.

It should demangle as "double delegate(int, ...) const test.dg".

--


More information about the Digitalmars-d-bugs mailing list