Thread overview
[Issue 18053] Use stdint.h mangling for int64_t/uint64_t when mangling D long/ulong
Dec 10, 2017
Walter Bright
Dec 10, 2017
Walter Bright
Dec 10, 2017
Walter Bright
December 10, 2017
https://issues.dlang.org/show_bug.cgi?id=18053

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Mangling for uint64_t:

Linux32: y
Linux64: m
OSX32:   y
OSX64:   y

--
December 10, 2017
https://issues.dlang.org/show_bug.cgi?id=18053

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Only OSX64 changes with this change (from 'm' to 'y').

--
December 10, 2017
https://issues.dlang.org/show_bug.cgi?id=18053

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/7416

--
December 24, 2017
https://issues.dlang.org/show_bug.cgi?id=18053

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/517253e26f52b3ac8d81b6d881d2aff9fe2947d3 fix Issue 18053 - Use stdint.h mangling for int64_t/uint64_t when mangling D long/ulong

https://github.com/dlang/dmd/commit/961c7a16159eed8de63077564b4b51f45668a3eb Merge pull request #7416 from WalterBright/fix18053

fix Issue 18053 - Use stdint.h mangling for int64_t/uint64_t when man… merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>

--
December 24, 2017
https://issues.dlang.org/show_bug.cgi?id=18053

--- Comment #5 from github-bugzilla@puremagic.com ---
Commit pushed to revert-7416-fix18053 at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/472106c3f902b9f83f6f94b4a85e6f1ebcfecec9 Revert "fix Issue 18053 - Use stdint.h mangling for int64_t/uint64_t when man…"

--