[llvm-bugs] [Bug 35475] plumhall interps/interp94.c test failed.
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 29 21:14:13 PST 2017
https://bugs.llvm.org/show_bug.cgi?id=35475
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |INVALID
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Testcase has undefined behavior on line 58:
n = -n;
n here is INT_MIN (== LONG_MIN); negating it results in UB.
--
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/20171130/e973d691/attachment.html>
More information about the llvm-bugs
mailing list