aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/com.c
diff options
context:
space:
mode:
authorToon Moene <toon@moene.indiv.nluug.nl>2002-08-31 16:40:23 +0200
committerToon Moene <toon@gcc.gnu.org>2002-08-31 14:40:23 +0000
commit39abf68d8c37930a4b563f1a48b6b0123d40f472 (patch)
treea062e3548940babdd75210c94b9cb3875de7bce0 /gcc/f/com.c
parentcf7b9de4fb3dd2a95471915760c2c4260a4ea320 (diff)
downloadgcc-39abf68d8c37930a4b563f1a48b6b0123d40f472.zip
gcc-39abf68d8c37930a4b563f1a48b6b0123d40f472.tar.gz
gcc-39abf68d8c37930a4b563f1a48b6b0123d40f472.tar.bz2
com.c: Don't set flag_finite_math_only by default.
2002-08-31 Toon Moene <toon@moene.indiv.nluug.nl> * com.c: Don't set flag_finite_math_only by default. * invoke.texi: Reverse the documentation of option -ffinite-math-only to reflect the new default. From-SVN: r56707
Diffstat (limited to 'gcc/f/com.c')
-rw-r--r--gcc/f/com.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c
index 1c6b05a..4757d7e 100644
--- a/gcc/f/com.c
+++ b/gcc/f/com.c
@@ -14176,7 +14176,6 @@ ffe_init_options ()
flag_reduce_all_givs = 1;
flag_argument_noalias = 2;
flag_merge_constants = 2;
- flag_finite_math_only = 1;
flag_errno_math = 0;
flag_complex_divide_method = 1;
}