[Issue 16536] DMD master does not build on OS X 10.11.6/Xcode 7.3.1

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Oct 7 15:12:26 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16536

--- Comment #16 from github-bugzilla at puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/3b34132a9dd6fd3ac6bd32c572dc6a9c2a75b8f8
fix Issue 16536 - OSX mangling mismatch in dmd's C++/D ABI

- just fix the specific dmd problem of picking up UINT64_TYPE (unsigned
  long long) on newer XCode/clang versions
- the D mangling of ulong should eventually be fixed to always match uint64_t

https://github.com/dlang/dmd/commit/131668b53dea8833e1d922f180800793e30703f2
Merge pull request #6180 from MartinNowak/fix16536

fix Issue 16536 - OSX mangling mismatch in dmd's C++/D ABI

--


More information about the Digitalmars-d-bugs mailing list