<div dir="ltr">Was there an rc3 that I missed?</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 14, 2015 at 10:20 PM, Daniel Sanders <span dir="ltr"><<a href="mailto:Daniel.Sanders@imgtec.com" target="_blank">Daniel.Sanders@imgtec.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="">> Just for the record: <a href="http://reviews.llvm.org/D6812" target="_blank">http://reviews.llvm.org/D6812</a> fixes most of these big-<br>
> endian N32 failures but we should stick to the current plan because I haven't<br>
> retested the other ABI's yet.<br>
> All but one of the remaining failures is due a qemu bug. The linux user mode<br>
> emulation of struct target_stat doesn't quite match any supported by glibc and<br>
> causes certain stat() calls to return -1.<br>
> This is fixed in my working copy of qemu and I'll upstream it soon. The last<br>
> failure is that lemon's output is wrong. I don't know the cause yet.<br>
<br>
</span>The lemon failure turned out to be caused by treating transparent unions as a normal union type and not as the type of the first member. This caused wait() to return 0 without writing an exit code to the given pointer. I'm about to commit a fix to trunk for this.<br>
</blockquote></div><br></div>