You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
druntime: Fix core.stdc.stdint.(u)int64_t on 64-bit macOS etc.
* Use it instead of newly introduced, LDC-specific
`core.stdc.config.c(pp)_(u)int64_t`.
* Cherry-pick Walter's upstream commit replacing the magic structs in
core.stdc.config by magic enums (supporting implicit conversion from
integer literals) [as well as adding cpp_{size,ptrdiff}_t].
* Add a clarifying comment wrt. DMD/LDC mangling difference on 64-bit
OS X and use version(LDC) guards.
* Adapt dmd-testsuite accordingly.
0 commit comments