http://llvm.org/bugs/show_bug.cgi?id=17000
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |MOVED --- Comment #1 from Richard Smith <[email protected]> --- (In reply to comment #0) > Annex F of the C standard (IEC 60559 / IEEE 754 support) defines the > floating-point division by zero, but clang (3.3 and 3.4 Debian snapshot) > regards it as undefined. This is incorrect: Support for Annex F is optional, and we do not support it. > #if __STDC_IEC_559__ This macro is being defined by your system headers, not by us; this is a bug in your system headers. (FWIW, GCC does not fully support Annex F either, IIRC, so it's not even a Clang-specific bug.) -- 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
