[LLVMbugs] [Bug 14978] New: DenseMap.h gives warning on line 603
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 17 00:18:26 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=14978
Bug #: 14978
Summary: DenseMap.h gives warning on line 603
Product: new-bugs
Version: 3.2
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: rmann at latencyzero.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
On Xcode 4.5.2 with a typical Cocoa application template, 64-bit build, type
unsigned is 32 bits, but std::max<unsigned> is being passed a uint64_t value,
generating a warning about loss of precision.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list