[LLVMbugs] [Bug 21470] Clang miscompiles fabs on x86_64-w64-windows-gnu

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Nov 3 16:27:52 PST 2014


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

Nick Lewycky <nlewycky at google.com> changed:

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

--- Comment #7 from Nick Lewycky <nlewycky at google.com> ---
Right. The function has to retain its non-returnedness, and it does. It can't
just replace it with nothing but a "ret undef". Sorry, I misunderstood when
Reid told me about this bug, I thought it was replacing it with a "ret undef"
and no infinite self-recursion.

-- 
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/20141104/3e0f89b6/attachment.html>


More information about the llvm-bugs mailing list