https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109681
Bug ID: 109681
Summary: suggested preview switches use DMD
Product: gcc
Version: 13.1.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108763
--- Comment #4 from Steven Schveighoffer ---
I don't think it's worth a major effort. Nobody is using this kind of varargs
in D these days, it's mostly for legacy code (newer code will use template
varargs).
When I filed this bug, it was becaus
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108763
--- Comment #2 from Steven Schveighoffer ---
(In reply to Andrew Pinski from comment #1)
> https://github.com/dlang/dmd/blob/master/druntime/src/core/vararg.d
>
> version (GNU) { /* TypeInfo-based va_arg overload unsupported */ }
>
> ...
oof.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108763
Bug ID: 108763
Summary: va_arg usage in D doesn't compile
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: d