[D-runtime] [D-Programming-Language/druntime] 6838ea: Remove va_start's body, as it is not an intrinsic ...
GitHub via D-runtime
d-runtime at puremagic.com
Sun Jan 25 09:31:12 PST 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: 6838ea16cab2029166ac4b7cf278cd56c40e9c47
https://github.com/D-Programming-Language/druntime/commit/6838ea16cab2029166ac4b7cf278cd56c40e9c47
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-01-26 (Mon, 26 Jan 2015)
Changed paths:
M src/core/stdc/stdarg.d
Log Message:
-----------
Remove va_start's body, as it is not an intrinsic function. The old body was incorrect, and leaving it intact results in wrong-code when it is inlined
Commit: 153a0de0d89d36ae54d497d38fc9ea2f19969ea6
https://github.com/D-Programming-Language/druntime/commit/153a0de0d89d36ae54d497d38fc9ea2f19969ea6
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)
Changed paths:
M src/core/stdc/stdarg.d
Log Message:
-----------
Merge pull request #1126 from yebblies/issue9495
Required fix for issue 9495
Compare: https://github.com/D-Programming-Language/druntime/compare/f1fe7177f490...153a0de0d89d
More information about the D-runtime
mailing list