From c247b50c0080fbb15b53f5ad568fee2f5a292928 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Fri, 21 Oct 2016 13:38:34 +0200 Subject: fixes #4808 --- compiler/sempass2.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compiler') diff --git a/compiler/sempass2.nim b/compiler/sempass2.nim index df9b3f69c..1c61373c2 100644 --- a/compiler/sempass2.nim +++ b/compiler/sempass2.nim @@ -721,7 +721,8 @@ proc track(tracked: PEffects, n: PNode) = # and it's not a recursive call: if not (a.kind == nkSym and a.sym == tracked.owner): markSideEffect(tracked, a) - for i in 1 ..