[llvm-commits] [llvm] r135259 - in /llvm/trunk: include/llvm/ADT/APFloat.h lib/Support/APFloat.cpp unittests/ADT/APFloatTest.cpp

Chandler Carruth chandlerc at google.com
Fri Jul 15 00:32:00 PDT 2011


On Fri, Jul 15, 2011 at 12:19 AM, Chandler Carruth <chandlerc at google.com>wrote:

> On Fri, Jul 15, 2011 at 12:04 AM, Jeffrey Yasskin <jyasskin at google.com>wrote:
>
>> +  result = APInt(bitWidth, parts.size(), parts.data());
>
>
> Several bots are reporting:
> lib/Support/APFloat.cpp:2101: error: call of overloaded ‘APInt(unsigned
> int&, size_t, long unsigned int*)’ is ambiguous
>

Went ahead and fixed in r135261, although its a bit of a hack. Suggestions
welcome.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110715/d0b476f8/attachment.html>


More information about the llvm-commits mailing list