[LLVMbugs] [Bug 18073] Off-by-one in warnings generated for too large bit-shifts

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jan 16 10:03:16 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18073

Jordan Rose <jordan_rose at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Jordan Rose <jordan_rose at apple.com> ---
Fixed in r199405, though (as a /very/ old comment points out) we should
probably have an actual checker in place to warn about "someRandomLongLong <<
someShiftValue" when someShiftValue is known to be >= 64.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140116/eeff0d96/attachment.html>


More information about the llvm-bugs mailing list