www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17611] New: core.demangle cannot demangle delegates with

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 puremagic.com
          Reporter: r.sagitario gmx.de

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

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

--
Jul 05 2017