From 50af4cc7c971c46f1701fd7e55eedacb84ea3f9d Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Fri, 22 Apr 2011 17:25:10 +0200 Subject: [PATCH] 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. --- dmd/expression.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dmd/expression.c b/dmd/expression.c index 53f70520..f9e95cb1 100644 --- a/dmd/expression.c +++ b/dmd/expression.c @@ -7505,6 +7505,8 @@ Expression *SliceExp::semantic(Scope *sc) goto Lerror; } } + else if (t == Type::terror) + goto Lerr; else goto Lerror;