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

Walter Bright <bugzi...@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzi...@digitalmars.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Walter Bright <bugzi...@digitalmars.com> ---
__va_argsave is an internal symbol with more or less magic semantics. Support
for it has been removed, as proper stdarg semantics now works. Use
core.stdc.stdarg, and va_list, va_start, va_arg and va_end.

https://github.com/dlang/dmd/pull/5779

--

Reply via email to