<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Aug 19, 2009, at 1:55 PM, Fariborz Jahanian wrote:</div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font>+  // Store the blocks to use for break and continue.<br>+  // FIXME. Is this needed?<br>+  BreakContinueStack.push_back(BreakContinue(AfterFor, ContinueBlock));<br></div></blockquote><div><br></div>It's not needed. BreakContinueStack is used so we know where to jump when generating break and continue statements.</div><div><blockquote type="cite"><div><font class="Apple-style-span" color="#000000"><br></font></div><div>+  // FIXME. Do we need this?<br>+  BreakContinueStack.pop_back();<br></div></blockquote><div><br></div>Same here.</div><div><br></div><div>Anders</div></body></html>