digitalmars.D.bugs - [Issue 11797] New: Should match abi for c++ mangling of size_t
- d-bugmail puremagic.com (19/19) Dec 21 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11797
- d-bugmail puremagic.com (10/10) Dec 21 2013 https://d.puremagic.com/issues/show_bug.cgi?id=11797
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 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: -------
Dec 21 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11797 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull 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: -------
Dec 21 2013