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

Richard Smith <[email protected]> changed:

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

--- Comment #1 from Richard Smith <[email protected]> 2012-11-01 
17:30:26 CDT ---
As of r167258, -ftrapv no longer catches division by zero, and now has the same
behavior as g++'s -ftrapv. -fcatch-undefined-behavior still catches it (and
soon, -fsanitize=divide-by-zero will allow the requested fine-grained control
over this).

-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to