Merged DMD commit 1cbeff4e725b429596dacfa6108938b54972eb37:

more 64

The other front-end changes from the commit seem to be DMD-specific, as they break several AA test cases.
This commit is contained in:
David Nadlinger
2011-04-22 17:25:10 +02:00
parent 7e053eaf9c
commit 50af4cc7c9

View File

@@ -7505,6 +7505,8 @@ Expression *SliceExp::semantic(Scope *sc)
goto Lerror;
}
}
else if (t == Type::terror)
goto Lerr;
else
goto Lerror;