<div class="gmail_quote">On Fri, Jul 15, 2011 at 12:19 AM, Chandler Carruth <span dir="ltr"><<a href="mailto:chandlerc@google.com">chandlerc@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><div class="gmail_quote">On Fri, Jul 15, 2011 at 12:04 AM, Jeffrey Yasskin <span dir="ltr"><<a href="mailto:jyasskin@google.com" target="_blank">jyasskin@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

+  result = APInt(bitWidth, parts.size(), parts.data());</blockquote></div><br></div><div>Several bots are reporting:</div><div>lib/Support/APFloat.cpp:2101: error: call of overloaded ‘APInt(unsigned int&, size_t, long unsigned int*)’ is ambiguous</div>

</blockquote></div><br><div>Went ahead and fixed in r135261, although its a bit of a hack. Suggestions welcome.</div>