[Issue 21004] dmd segmentation fault with 'void' struct member array initializer
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jan 8 20:05:40 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=21004
--- Comment #2 from Basile-z <b2.temp at gmx.com> ---
one thing is that void init of members is not a thing, I've been told recently
(*).
DMD should process the initializer as a default one instead of processing all
the elements.
(*): https://github.com/ldc-developers/ldc/issues/4285#issuecomment-1337471489
--
More information about the Digitalmars-d-bugs
mailing list