[LLVMbugs] [Bug 9256] clang: support for kernel code model: pointer arithmetic that overflows is not impossible!
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Feb 19 15:09:20 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9256
Chris Lattner <clattner at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #2 from Chris Lattner <clattner at apple.com> 2011-02-19 17:09:20 CST ---
Right, they should build with -fwrapv or (better yet) do the computation with
an unsigned value.
--
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