On 5 January 2015 at 13:37, Daniel Murphy via Digitalmars-d <[email protected]> wrote: > "Daniel Murphy" wrote in message news:[email protected]... > >> And what about explicit casts? > > > Oh yeah, and how does __va_argsave work, why do we need it? > > Looking at the druntime and phobos code, I'm not sure which stuff is > correct, which stuff needs to have the X86_64 version deleted, and which > should be moved to va_arg.
IIRC, there is some minor duplication between std.format and core.stdc.stdarg, but I think that we really should be able to get things working without changing druntime or phobos.
