[Issue 17164] [REG 2.072.0] undefined identifier '__va_argsave'

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 22 23:19:13 PST 2017


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

Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|---                         |WONTFIX

--- Comment #1 from Walter Bright <bugzilla at 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

--


More information about the Digitalmars-d-bugs mailing list