[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:19:28 PDT 2011
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110715/90300889/attachment.html>
More information about the llvm-commits
mailing list