[Issue 17164] New: [REG 2.072.0] undefined identifier '__va_argsave'
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Feb 9 01:02:31 PST 2017
https://issues.dlang.org/show_bug.cgi?id=17164
Issue ID: 17164
Summary: [REG 2.072.0] undefined identifier '__va_argsave'
Product: D
Version: D2
Hardware: All
OS: Mac OS X
Status: NEW
Severity: regression
Priority: P1
Component: dmd
Assignee: nobody at puremagic.com
Reporter: doob at me.com
The following code compiled with DMD 2.071.2 but since 2.072.0 it fails to
compile:
import core.vararg;
void foo(string fmt, ...)
{
auto a = __va_argsave;
}
Error:
main.d(5): Error: undefined identifier '__va_argsave', did you mean struct
'__va_argsave_t'?
--
More information about the Digitalmars-d-bugs
mailing list