blob: 22cdc80ddb4f2383ac1be392761eaca7fc736f1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$FreeBSD$
--- ../gcc/common.opt.orig
+++ ../gcc/common.opt
@@ -730,8 +730,8 @@
; APPLE LOCAL begin optimization pragmas 3124235/3420242
fmath-errno
-Common Report Var(flag_errno_math) Init(1) PerFunc
-Set errno after built-in math functions
+Common Report Var(flag_errno_math) Init(0) PerFunc
+FreeBSD does not set errno after built-in math functions
; APPLE LOCAL end optimization pragmas 3124235/3420242
fmem-report
|