diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-13 09:19:24 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-13 09:19:24 +0000 |
commit | 5db0dcd07146bd2515187aba61037bd4eac97f90 (patch) | |
tree | 9a0ae1da3b521275708a5dde9ad949db9df6db66 /gcc/common.opt | |
parent | 9d3b5f98f208b2e4489e9bc1530dd6a67874f7ad (diff) | |
download | gcc-5db0dcd07146bd2515187aba61037bd4eac97f90.tar.gz |
2010-01-13 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 155849
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@155852 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 9ed3e0bbb8b..97b4b3c929e 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -115,7 +115,7 @@ Exit on the first error occurred Wframe-larger-than= Common RejectNegative Joined UInteger --Wframe-larger-than=<number> Warn if a function's stack frame requires more than <number> bytes +-Wframe-larger-than=<number> Warn if a function's stack frame requires more than <number> bytes Winline Common Var(warn_inline) Warning @@ -477,7 +477,7 @@ Do not put uninitialized globals in the common section fcompare-debug= Common JoinedOrMissing RejectNegative Var(flag_compare_debug_opt) --fcompare-debug[=<opts>] Compile with and without e.g. -gtoggle, and compare the final-insns dump +-fcompare-debug[=<opts>] Compile with and without e.g. -gtoggle, and compare the final-insns dump fcompare-debug-second Common RejectNegative Var(flag_compare_debug) @@ -521,7 +521,7 @@ List all available debugging counters with their limits and counts. fdbg-cnt= Common RejectNegative Joined --fdbg-cnt=<counter>:<limit>[,<counter>:<limit>,...] Set the debug counter limit. +-fdbg-cnt=<counter>:<limit>[,<counter>:<limit>,...] Set the debug counter limit. fdebug-prefix-map= Common Joined RejectNegative @@ -827,7 +827,7 @@ Share stack slots for spilled pseudo-registers. fira-verbose= Common RejectNegative Joined UInteger --fira-verbose=<number> Control IRA's level of diagnostic messages. +-fira-verbose=<number> Control IRA's level of diagnostic messages. fivopts Common Report Var(flag_ivopts) Init(1) Optimization @@ -860,7 +860,7 @@ Enable link-time optimization. ; The initial value of -1 comes from Z_DEFAULT_COMPRESSION in zlib.h. flto-compression-level= Common Joined UInteger Var(flag_lto_compression_level) Init(-1) --flto-compression-level=<number> Use zlib compression level <number> for IL +-flto-compression-level=<number> Use zlib compression level <number> for IL flto-report Common Report Var(flag_lto_report) Init(0) Optimization @@ -999,7 +999,7 @@ Specify a plugin to load fplugin-arg- Common Joined RejectNegative --fplugin-arg-<name>-<key>[=<value>] Specify argument <key>=<value> for plugin <name> +-fplugin-arg-<name>-<key>[=<value>] Specify argument <key>=<value> for plugin <name> fpredictive-commoning Common Report Var(flag_predictive_commoning) Optimization |