[LLVMbugs] [Bug 18309] False positive: "Undefined or garbage value returned to caller"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 23 10:40:15 PST 2013


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

Jordan Rose <jordan_rose at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |jordan_rose at apple.com
         Resolution|---                         |DUPLICATE

--- Comment #1 from Jordan Rose <jordan_rose at apple.com> ---
I'm going to call this a duplicate of bug 13027. We don't currently reason
about bitwise constraints, but we could consider adding a special case if it's
the low bits that are being masked, because that can be represented as an
integral range.

*** This bug has been marked as a duplicate of bug 13027 ***

-- 
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/20131223/26d04b67/attachment.html>


More information about the llvm-bugs mailing list