diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-24 09:24:17 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-24 09:24:17 +0000 |
commit | 45b9d334696f9936957a7a9cc8dd64882b7ff3f5 (patch) | |
tree | 42cf31816d33415d61bb35885b0514d50dcdc5b0 /gcc/common.opt | |
parent | 80951d2e57660f3260ec1f7028ffd2314233d434 (diff) | |
download | gcc-45b9d334696f9936957a7a9cc8dd64882b7ff3f5.tar.gz |
PR middle-end/18902
* c-opts.c (c_common_post_options): Set flag_complex_method to 2
for c99.
* common.opt (fcx-limited-range): New.
* opts.c (set_fast_math_flags): Set flag_cx_limited_range.
* toplev.c (flag_complex_method): Initialize to 1.
(process_options): Set flag_complex_method to 0 if
flag_cx_limited_range.
* doc/invoke.texi (-fcx-limited-range): New.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95493 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 10d157ede7d..f94643d509e 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -310,6 +310,10 @@ fcse-skip-blocks Common Report Var(flag_cse_skip_blocks) When running CSE, follow conditional jumps +fcx-limited-range +Common Report Var(flag_cx_limited_range) +Omit range reduction step when performing complex division + fdata-sections Common Report Var(flag_data_sections) Place data items into their own section |