aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorZdenek Dvorak <dvorakz@suse.cz>2006-02-27 02:32:56 +0100
committerZdenek Dvorak <rakdver@gcc.gnu.org>2006-02-27 01:32:56 +0000
commitefa1cdf01850b28c2f6f7035ebd4420259494615 (patch)
tree9f2b1972a2e42dab661909cfd05068b1712650b7 /gcc/common.opt
parent63a06ed2be82a1fc713fe618e5709ca62de8e260 (diff)
downloadgcc-efa1cdf01850b28c2f6f7035ebd4420259494615.zip
gcc-efa1cdf01850b28c2f6f7035ebd4420259494615.tar.gz
gcc-efa1cdf01850b28c2f6f7035ebd4420259494615.tar.bz2
opts.c (decode_options): Do not handle flag_strength_reduce.
* opts.c (decode_options): Do not handle flag_strength_reduce. (common_handle_option): Handle OPT_floop_optimize, OPT_frerun_loop_opt and OPT_fstrength_reduce. * tree-ssa-loop.c (tree_ssa_loop_prefetch): Only test flag_prefetch_loop_arrays for being nonzero. * common.opt (floop-optimize, frerun-loop-opt): Resurrected as no-ops. (fprefetch-loop-arrays-rtl): Removed. (flag_prefetch_loop_arrays): Do not specify the value. * doc/passes.texi: Update documentation of loop optimizer passes. * doc/invoke.texi (-fstrength-reduce, -fprefetch-loop-arrays-rtl, -frerun-loop-opt): Remove. * gcc.target/i386/20000614-2.c: Do not use -fno-strength-reduce. * gcc.dg/20030324-1.c: Do not use -fstrength-reduce. From-SVN: r111469
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt18
1 files changed, 11 insertions, 7 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 4229f14..02ade79 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -555,6 +555,10 @@ fleading-underscore
Common Report Var(flag_leading_underscore) Init(-1)
Give external symbols a leading underscore
+floop-optimize
+Common
+Does nothing. Preserved for backward compatability.
+
fmath-errno
Common Report Var(flag_errno_math) Init(1)
Set errno after built-in math functions
@@ -659,11 +663,7 @@ Common Report Var(flag_pie,1) VarExists
Generate position-independent code for executables if possible (small mode)
fprefetch-loop-arrays
-Common Report Var(flag_prefetch_loop_arrays,1)
-Generate prefetch instructions, if available, for arrays in loops
-
-fprefetch-loop-arrays-rtl
-Common Report Var(flag_prefetch_loop_arrays,2)
+Common Report Var(flag_prefetch_loop_arrays)
Generate prefetch instructions, if available, for arrays in loops
fprofile
@@ -721,6 +721,10 @@ frerun-cse-after-loop
Common Report Var(flag_rerun_cse_after_loop) Init(2)
Add a common subexpression elimination pass after loop optimizations
+frerun-loop-opt
+Common
+Does nothing. Preserved for backward compatability.
+
frounding-math
Common Report Var(flag_rounding_math)
Disable optimizations that assume default FP rounding behavior
@@ -837,8 +841,8 @@ Common Report RejectNegative Var(flag_stack_protect, 2) VarExists
Use a stack protection method for every function
fstrength-reduce
-Common Report Var(flag_strength_reduce)
-Perform strength reduction optimizations
+Common
+Does nothing. Preserved for backward compatability.
; Nonzero if we should do (language-dependent) alias analysis.
; Typically, this analysis will assume that expressions of certain