<html>
<head>
<base href="http://bugzilla.gdcproject.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - cc1d locks up when specifying function instead of function pointer in an array"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=178#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - cc1d locks up when specifying function instead of function pointer in an array"
href="http://bugzilla.gdcproject.org/show_bug.cgi?id=178">bug 178</a>
from <span class="vcard"><a class="email" href="mailto:ketmar@ketmar.no-ip.org" title="Ketmar Dark <ketmar@ketmar.no-ip.org>"> <span class="fn">Ketmar Dark</span></a>
</span></b>
<pre>ah, i looked closer at your sample and found that it's an expected behavior.
;-)
what going on here is CTFE. as `ResetHandler` never exits, CTFE interpreter
never exits too. it's possible to write a simple enless loop detector in
interpreter, but it's impossible to detect all kind of endless loops.
so i don't know how to solve this: setting some arbitrary limit on loop
iteration will simply hide the problem, but won't solve it.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>