[Issue 14933] specifications for the pragma(mangle) are vague

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Aug 18 18:31:21 PDT 2015


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

bb.temp at gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|nobody at puremagic.com        |bb.temp at gmx.com

--- Comment #1 from bb.temp at gmx.com ---
will do, located where restrictions are in dmd:

- attrib.c
- static unsigned setMangleOverride(Dsymbol *s, char *sym)
- else if (s->isFuncDeclaration() || s->isVarDeclaration()){..}

https://github.com/9rnsr/dmd/blob/6f3ea9d8809e9ded56499844165d56f7ff9f69a8/src/attrib.c#L810

--


More information about the Digitalmars-d-bugs mailing list