aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-05-12 04:38:14 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-05-12 00:38:14 -0400
commit41af162ca78944f562a35c32287de901abd9c84f (patch)
treef7c4558b2172417e3b2b03bb7c224145bce433f2 /gcc/expr.c
parent7d9a55eb5b7415e6ccdfa4cfb87c1dfdacff2379 (diff)
downloadgcc-41af162ca78944f562a35c32287de901abd9c84f.zip
gcc-41af162ca78944f562a35c32287de901abd9c84f.tar.gz
gcc-41af162ca78944f562a35c32287de901abd9c84f.tar.bz2
disable maintenance of errno
From-SVN: r26897
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 828462f..17fa1be 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -8757,7 +8757,7 @@ expand_builtin (exp, target, subtarget, mode, ignore)
/* Check the results by default. But if flag_fast_math is turned on,
then assume sqrt will always be called with valid arguments. */
- if (! flag_fast_math)
+ if (flag_errno_math && ! flag_fast_math)
{
/* Don't define the builtin FP instructions
if your machine is not IEEE. */