[llvm-bugs] [Bug 41510] jump-threading makes the target program suspend

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Apr 17 15:16:55 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=41510

Eli Friedman <efriedma at quicinc.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID
                 CC|                            |efriedma at quicinc.com

--- Comment #4 from Eli Friedman <efriedma at quicinc.com> ---
If d is uninitialized, the behavior is undefined.  If d=0, the program
completes; if d=1, there's an infinite loop.

-- 
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/20190417/24044a26/attachment-0001.html>


More information about the llvm-bugs mailing list