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.

Reply via email to