[Issue 22484] dmd generates wrong code for certain parameter/return sizes
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Nov 6 16:26:06 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=22484
--- Comment #3 from Stanislav Blinov <stanislav.blinov at gmail.com> ---
run.dlang.io shows the asserts fail on "all compilers" (which it starts from
2.060), though one would need to change main to this (otherwise it just shows
empty 'Server error:'):
void main(string[] args)
{
actual = &args[0];
actual.bug(Param.init, 0, {}, {});
}
--
More information about the Digitalmars-d-bugs
mailing list