Postblit segfault.
Bastiaan Veelo
Bastiaan at Veelo.net
Mon Jun 1 13:53:09 UTC 2020
On Monday, 1 June 2020 at 09:42:44 UTC, Boris Carvajal wrote:
> On Monday, 1 June 2020 at 06:35:36 UTC, MaoKo wrote:
>> Hello, I don't understand why this code segfault on
>
> Reduced to:
>
> import std.stdio;
>
> struct S {}
>
> void main() {
> S[1] s;
> writeln(s);
> }
This used to work up to dmd 2.084.1. It fails since 2.085.1.
Please file a regression report at
https://issues.dlang.org/enter_bug.cgi?product=D
— Bastiaan.
More information about the Digitalmars-d-learn
mailing list