[Bug d/109681] New: suggested preview switches use DMD

2023-04-29 Thread schveiguy at gmail dot com via Gcc-bugs
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

[Bug d/108763] va_arg usage in D doesn't compile

2023-02-11 Thread schveiguy at gmail dot com via Gcc-bugs
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

[Bug d/108763] va_arg usage in D doesn't compile

2023-02-11 Thread schveiguy at gmail dot com via Gcc-bugs
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.

[Bug d/108763] New: va_arg usage in D doesn't compile

2023-02-11 Thread schveiguy at gmail dot com via Gcc-bugs
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