http://llvm.org/bugs/show_bug.cgi?id=12667
Chandler Carruth <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Chandler Carruth <[email protected]> 2012-04-25 21:12:50 CDT --- "Fixed" in r155607. We have long set '-fno-math-errno' by default on Linux. This has been the default on Darwin, and continues to be the default there, but Linux uses '-fmath-errno' by default, and as you noticed, code relies on this. Let me know if you're still seeing issues. -- 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
