[Issue 10112] New: Mangle, which defined by pragma(mangle) should not be mangled by backend.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 17 17:41:46 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10112

           Summary: Mangle, which defined by pragma(mangle) should not be
                    mangled by backend.
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: wazar.leollone at yahoo.com


--- Comment #0 from Igor Stepanov <wazar.leollone at yahoo.com> 2013-05-17 17:41:45 PDT ---
pragma(mangle, "?verror@@YAXULoc@@PBDPAD111 at Z")
extern(C++) void verror(Loc loc, const(char)* format, va_list ap, const(char)*
p1 = null, const(char)* p2 = null, const(char)* header = "Error: ")
{

}

Error:
Communal names:
  120  ??verror@@YAXULoc@@PBDPAD111 at Z@YAXULoc@@PBDPAX111 at Z, Type 0

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list