diff options
Diffstat (limited to 'src/check_expr.cpp')
| -rw-r--r-- | src/check_expr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_expr.cpp b/src/check_expr.cpp index fae38fa01..ef43812c0 100644 --- a/src/check_expr.cpp +++ b/src/check_expr.cpp @@ -6739,7 +6739,7 @@ bool check_range(CheckerContext *c, Ast *node, Operand *x, Operand *y, ExactValu } if (inline_for_depth_) *inline_for_depth_ = inline_for_depth; - } else { + } else if (inline_for_depth_ != nullptr) { error(ie->op, "Interval expressions must be constant"); return false; } |