mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-01 15:40:55 +03:00
Merge dmdfe 2.053beta
This commit is contained in:
parent
928fa9c4de
commit
462cdda4ae
39 changed files with 2441 additions and 891 deletions
|
@ -415,7 +415,7 @@ void DtoAssign(Loc& loc, DValue* lhs, DValue* rhs, int op)
|
|||
DtoArrayInit(loc, lhs, rhs, op);
|
||||
}
|
||||
#if DMDV2
|
||||
else if (DtoArrayElementType(t)->equals(t2)) {
|
||||
else if (stripModifiers(DtoArrayElementType(t))->equals(stripModifiers(t2))) {
|
||||
DtoArrayInit(loc, s, rhs, op);
|
||||
}
|
||||
else if (op != -1 && op != TOKblit && arrayNeedsPostblit(t)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue