<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 6, 2015 at 1:48 PM, Sanjoy Das <span dir="ltr"><<a href="mailto:sanjoy@playingwithpointers.com" target="_blank" class="cremed">sanjoy@playingwithpointers.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
Diego Novillo via llvm-commits wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
dnovillo added a subscriber: dnovillo.<br>
dnovillo added a comment.<br>
<br>
Sanjoy,<br>
<br>
This commit is causing an internal compiler error with the following code:<br>
<br>
int x0, x1, x2;<br>
double *x3;<br>
int fsolv() {<br>
<br>
   int x4, x5 = x4 = 0;<br>
   for (; x4<  x2; ++x4) {<br>
     x0 = 0;<br>
     for (; x0<  x4; ++x0)<br>
       x1 = x3[x5++];<br>
   }<br>
   return 0;<br>
<br>
}<br>
<br>
Is this something you recognize?  If not, do you mind if I revert your<br>
commit while you work on the test case?<br>
</blockquote>
<br></span>
It is plausible that this is the same issue as in <a href="http://reviews.llvm.org/D13460" rel="noreferrer" target="_blank" class="cremed">http://reviews.llvm.org/D13460</a>.  If it is possible, can you please try D13460 and see if it fixes the ICE?  If not or if trying out a new patch will be too much work, reverting this is okay.<br></blockquote><div><br></div><div>I'm now testing r249431 which supposedly fixes this ICE.  I'll know in a few minutes.</div><div><br></div><div>Thanks. Diego.</div></div></div></div>