[Issue 14131] va_copy is broken on posix X86_64

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Feb 6 02:56:29 PST 2015


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

yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from yebblies <yebblies at gmail.com> ---
Pull to hack around the real issue using alloca:

https://github.com/D-Programming-Language/dmd/pull/4385
https://github.com/D-Programming-Language/druntime/pull/1158

--


More information about the Digitalmars-d-bugs mailing list