aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-cppbuiltin.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2013-11-05 13:21:36 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2013-11-05 13:21:36 +0000
commit254a0760a191f53494e0416dadf9607c71b1844f (patch)
treeeffb5cf317fbada14a48899a247e85e16f7325b2 /gcc/c-family/c-cppbuiltin.c
parent4de9c53f028bdf64e1be92fd380ec06d34cf27f8 (diff)
downloadgcc-254a0760a191f53494e0416dadf9607c71b1844f.zip
gcc-254a0760a191f53494e0416dadf9607c71b1844f.tar.gz
gcc-254a0760a191f53494e0416dadf9607c71b1844f.tar.bz2
i386.c (ix86_float_exceptions_rounding_supported_p): New function.
* config/i386/i386.c (ix86_float_exceptions_rounding_supported_p): New function. (TARGET_FLOAT_EXCEPTIONS_ROUNDING_SUPPORTED_P): Define. c-family: * c-cppbuiltin.c (cpp_iec_559_value): Test flag_excess_precision_cmdline not flag_excess_precision. From-SVN: r204390
Diffstat (limited to 'gcc/c-family/c-cppbuiltin.c')
-rw-r--r--gcc/c-family/c-cppbuiltin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-cppbuiltin.c b/gcc/c-family/c-cppbuiltin.c
index 09c75c4..61a124c 100644
--- a/gcc/c-family/c-cppbuiltin.c
+++ b/gcc/c-family/c-cppbuiltin.c
@@ -734,7 +734,7 @@ cpp_iec_559_value (void)
if (flag_iso
&& !c_dialect_cxx ()
&& TARGET_FLT_EVAL_METHOD != 0
- && flag_excess_precision != EXCESS_PRECISION_STANDARD)
+ && flag_excess_precision_cmdline != EXCESS_PRECISION_STANDARD)
ret = 0;
/* Various options are contrary to IEEE 754 semantics. */