<div dir="ltr">Thanks, sorry for the breakage.<br><br>It looks like this is fixed by re-applying my patches to rework all this location stuff ( <a href="http://llvm.org/viewvc/llvm-project?rev=225555&view=rev">http://llvm.org/viewvc/llvm-project?rev=225555&view=rev</a> ) - which has a few other bugs I'm trying to figure out before recommitting.<br><br>Sorry for the breakage. We can go back further & revert more patches, or hopefully wait another day or two if I can ignore email long enough to fix the remaining issues with that work.<br><br>- David<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 13, 2015 at 11:28 AM, Ulrich Weigand <span dir="ltr"><<a href="mailto:Ulrich.Weigand@de.ibm.com" target="_blank">Ulrich.Weigand@de.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">David Blaikie <<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>> wrote on 13.01.2015 20:05:33:<br>
<span><br>
> Did you see this failure on Clang ToT today? There was something<br>
> like this that I fixed a week or two ago (had introduced this about<br>
> a week before that).<br>
<br>
</span>Yes, this is with current ToT (rev. 225808).<br>
<span><br>
> Could you provide the crash report stuff (the reproduction file and<br>
> shell script/command line) so I can easily reproduce this?<br>
<br>
</span>A minimal test case is:<br>
<br>
_Complex float test(_Complex float val) {<br>
  return val;<br>
}<br>
<br>
compiled with:<br>
<br>
clang -cc1 -triple s390x-ibm-linux-gnu -emit-obj -g test.c<br>
<br>
<br>
Thanks,<br>
Ulrich<br>
<br>
</blockquote></div><br></div></div>