diff --git a/dmd/expression.c b/dmd/expression.c index 0787dc02..918caa08 100644 --- a/dmd/expression.c +++ b/dmd/expression.c @@ -8559,7 +8559,9 @@ Expression *CatAssignExp::semantic(Scope *sc) e2 = e2->castTo(sc, tb1next); type = e1->type; e = this; - } +// Reenable when _d_arrayappendwd and cd are in the runtime. +/* } + else if (tb1->ty == Tarray && (tb1next->ty == Tchar || tb1next->ty == Twchar) && e2->implicitConvTo(Type::tdchar)