Line 0
Link Here
|
|
|
1 |
--- ../gcc/common.opt.orig 2010-07-15 23:10:17.000000000 +0000 |
2 |
+++ ../gcc/common.opt 2011-02-20 21:54:36.000000000 +0000 |
3 |
@@ -730,8 +730,8 @@ |
4 |
|
5 |
; APPLE LOCAL begin optimization pragmas 3124235/3420242 |
6 |
fmath-errno |
7 |
-Common Report Var(flag_errno_math) Init(1) PerFunc |
8 |
-Set errno after built-in math functions |
9 |
+Common Report Var(flag_errno_math) Init(0) PerFunc |
10 |
+FreeBSD does not set errno after built-in math functions |
11 |
; APPLE LOCAL end optimization pragmas 3124235/3420242 |
12 |
|
13 |
fmem-report |