diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-27 12:45:13 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-27 12:45:13 +0000 |
commit | 268b9e9e95f56a59a8817b28ad59b53f40fc668d (patch) | |
tree | 5e9529982daf11d5b3ab800d4c58bc3fbee99d28 /gcc/common.opt | |
parent | e1910362719612f58bd1ea5050fa7a5175036abc (diff) | |
download | gcc-268b9e9e95f56a59a8817b28ad59b53f40fc668d.tar.gz |
2009-04-27 Basile Starynkevitch <basile@starynkevitch.net>
MERGED WITH TRUNK r146824::
* gcc/basilys.h: all GTY goes before the identifiers.
* gcc/basilys.c: removed errors.h include.
* gcc/run-basilys.h: ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@146839 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 5ef77681342..db91e3ba8de 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -35,11 +35,11 @@ Common Report Joined Common Alias for --help=target -;; The following three entries are to work around the gcc driver +;; The following four entries are to work around the gcc driver ;; program's insatiable desire to turn options starting with a ;; double dash (--) into options starting with a dash f (-f). fhelp -Common +Common Var(help_flag) fhelp= Common Joined @@ -47,6 +47,9 @@ Common Joined ftarget-help Common +fversion +Common + -param Common Separate --param <param>=<value> Set parameter <param> to value. See below for a complete list of parameters @@ -125,10 +128,6 @@ Wlarger-than= Common RejectNegative Joined UInteger Warning -Wlarger-than=<number> Warn if an object is larger than <number> bytes -Wlogical-op -Common Warning Var(warn_logical_op) -Warn when a logical operator is suspicously always evaluating to true or false - Wunsafe-loop-optimizations Common Var(warn_unsafe_loop_optimizations) Warning Warn if the loop cannot be optimized due to nontrivial assumptions. @@ -510,7 +509,7 @@ Common Report Var(flag_delayed_branch) Optimization Attempt to fill delay slots of branch instructions fdelete-null-pointer-checks -Common Report Var(flag_delete_null_pointer_checks) Optimization +Common Report Var(flag_delete_null_pointer_checks) Init(1) Optimization Delete useless null pointer checks fdiagnostics-show-location= @@ -928,6 +927,14 @@ fpie Common Report Var(flag_pie,1) VarExists Generate position-independent code for executables if possible (small mode) +fplugin= +Common Joined RejectNegative +Specify a plugin to load + +fplugin-arg- +Common Joined RejectNegative +-fplugin-arg-<name>-<key>[=<value>] Specify argument <key>=<value> for plugin <name> + fpredictive-commoning Common Report Var(flag_predictive_commoning) Optimization Run predictive commoning optimization. |