From 9690a821226394176b4cb187641692e8caf801a5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Thu, 23 Dec 2004 02:38:14 -0800 Subject: [PATCH] i386.c (override_options): Revert last change wrt fancy 387 math. * config/i386/i386.c (override_options): Revert last change wrt fancy 387 math. From-SVN: r92547 --- gcc/ChangeLog | 5 +++++ gcc/config/i386/i386.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ddbf232ac6..0872bf6e616 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-12-23 Richard Henderson + + * config/i386/i386.c (override_options): Revert last change + wrt fancy 387 math. + 2004-12-23 Richard Henderson * config/alpha/alpha.md (one_cmpl2, and3, andnot3, diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index fa6c3b4cbf1..c146b740132 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -1469,8 +1469,7 @@ override_options (void) /* If the architecture always has an FPU, turn off NO_FANCY_MATH_387, since the insns won't need emulation. */ - if (!(target_flags_explicit & MASK_NO_FANCY_MATH_387) - && (x86_arch_always_fancy_math_387 & (1 << ix86_arch))) + if (x86_arch_always_fancy_math_387 & (1 << ix86_arch)) target_flags &= ~MASK_NO_FANCY_MATH_387; /* Likewise, if the target doesn't have a 387, or we've specified -- 2.30.2