December 22, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11797

           Summary: Should match abi for c++ mangling of size_t
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: yebblies@gmail.com


--- Comment #0 from yebblies <yebblies@gmail.com> 2013-12-22 17:24:59 EST ---
The System V ABI defines size_t: "The type size_t is defined as unsigned long"

To match this, D's "ulong" type must be mangled as C++'s "unsigned long" type on 64-bit linux.  Same for "long"/"signed long".

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 22, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11797


yebblies <yebblies@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from yebblies <yebblies@gmail.com> 2013-12-22 17:31:16 EST ---
https://github.com/D-Programming-Language/dmd/pull/3006

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