https://issues.dlang.org/show_bug.cgi?id=20689
Blatnik <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Blatnik <[email protected]> --- This does actually happen with other types of arrays as well. See [Issue 21879]. Although for integer array types it only happens if you try to assign to the arrays. For floats and doubles it probably happens even only on declaration because the default values are NaN, and the compiler emits a _memsetFloat/_memsetDouble to fill those out. Arrays generally seem pretty broken in betterC.. --
