[Issue 11797] New: Should match abi for c++ mangling of size_t
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Dec 21 22:25:04 PST 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 at puremagic.com
ReportedBy: yebblies at gmail.com
--- Comment #0 from yebblies <yebblies at 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: -------
More information about the Digitalmars-d-bugs
mailing list