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

Richard Smith <richard-l...@metafoo.co.uk> changed:

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

--- Comment #1 from Richard Smith <richard-l...@metafoo.co.uk> ---
You need to enable FENV_ACCESS in order to use <fenv.h> features that observe
the exception state. Clang doesn't yet support the pragma (see duplicate bug),
but you can use -ffp-model=strict to enable FENV_ACCESS by default.

*** This bug has been marked as a duplicate of bug 8100 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to