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

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |FIXED

--- Comment #1 from Richard Smith <[email protected]> ---
Those examples now give (respectively):

  -nan + inf i
  inf + -nan i
  inf + -nan i

(Note that special care needs to be taken when forming "inf * I", since we
don't support _Imaginary -- see PR8532, or you instead get nan + inf i for the
first case.)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to