[Issue 22051] compiler allows compilation of malformed writefln statement, causing run-time crashes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Jun 20 10:05:54 UTC 2021


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

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp at gmx.com

--- Comment #2 from Basile-z <b2.temp at gmx.com> ---
Maybe you expected https://dlang.org/spec/pragma.html#printf to work ?
If so then that is also an invalid report because this works only on C variadic
functions. writefln is a D variadic function.

--


More information about the Digitalmars-d-bugs mailing list