diff options
author | Joseph Myers <joseph@codesourcery.com> | 2005-07-02 14:19:59 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2005-07-02 14:19:59 +0100 |
commit | c85ce869e757158c55fd428befdb59ad5d537c1f (patch) | |
tree | 3339d42d6bdaab3f873b91e89993fa54cc7f96e7 /gcc/common.opt | |
parent | dee158440e16ef7272d823b9bd5e6d414968fd8a (diff) | |
download | gcc-c85ce869e757158c55fd428befdb59ad5d537c1f.zip gcc-c85ce869e757158c55fd428befdb59ad5d537c1f.tar.gz gcc-c85ce869e757158c55fd428befdb59ad5d537c1f.tar.bz2 |
c.opt, [...]: Remove "." from end of help texts.
* c.opt, common.opt, config/bfin/bfin.opt, config/pa/pa.opt,
config/rs6000/rs6000.opt, params.def: Remove "." from end of help
texts.
* config/avr/avr.c: Do not use '`' as left quote.
* config/rs6000/rs6000.c, config/s390/s390.c, opts.c, tree.c:
Remove "." from end of diagnostics. Make diagnostics start with
lowercase letter.
cp:
* name-lookup.c, parser.c: Use %q, %< and %> to quote in
diagnostics.
fortran:
* lang.opt: Remove "." from end of help texts.
objc:
* objc-act.c: Use %q to quote in diagnostics.
From-SVN: r101533
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 66782ce..ddac0b4 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -345,7 +345,7 @@ Common Joined RejectNegative fdiagnostics-show-option Common -Amend appropriate diagnostic messages with the command line option that controls them. +Amend appropriate diagnostic messages with the command line option that controls them fdump- Common Joined RejectNegative @@ -433,7 +433,7 @@ elimination fgcse-after-reload Common Report Var(flag_gcse_after_reload) Perform global common subexpression elimination after register allocation -has finished. +has finished fguess-branch-probability Common Report Var(flag_guess_branch_prob) @@ -552,15 +552,15 @@ Move loop invariant computations out of loops fmudflap Common RejectNegative Report Var(flag_mudflap) -Add mudflap bounds-checking instrumentation for single-threaded program. +Add mudflap bounds-checking instrumentation for single-threaded program fmudflapth Common RejectNegative Report Var(flag_mudflap_threads) -Add mudflap bounds-checking instrumentation for multi-threaded program. +Add mudflap bounds-checking instrumentation for multi-threaded program fmudflapir Common RejectNegative Report Var(flag_mudflap_ignore_reads) -Ignore read operations when inserting mudflap instrumentation. +Ignore read operations when inserting mudflap instrumentation freschedule-modulo-scheduled-loops Common Report Var(flag_resched_modulo_sched) @@ -753,7 +753,7 @@ Mark data as shared rather than private fshow-column Common C ObjC C++ ObjC++ Report Var(flag_show_column) Init(1) -Show column numbers in diagnostics, when available. Default on. +Show column numbers in diagnostics, when available. Default on fsignaling-nans Common Report Var(flag_signaling_nans) @@ -769,11 +769,11 @@ Use value profiling for speculative prefetching fsplit-ivs-in-unroller Common Report Var(flag_split_ivs_in_unroller) Init(1) -Split lifetimes of induction variables when loops are unrolled. +Split lifetimes of induction variables when loops are unrolled fvariable-expansion-in-unroller Common Report Var(flag_variable_expansion_in_unroller) -Apply variable expansion when loops are unrolled. +Apply variable expansion when loops are unrolled ; Emit code to probe the stack, to help detect stack overflow; also ; may cause large objects to be allocated dynamically. @@ -869,7 +869,7 @@ Coalesce memory temporaries in the SSA->normal pass ftree-copyrename Common Report Var(flag_tree_copyrename) -Replace SSA temporaries with better names in copies. +Replace SSA temporaries with better names in copies ftree-copy-prop Common Report Var(flag_tree_copy_prop) @@ -933,7 +933,7 @@ Replace temporary expressions in the SSA->normal pass ftree-lrs Common Report Var(flag_tree_live_range_split) -Perform live range splitting during the SSA->normal pass. +Perform live range splitting during the SSA->normal pass ftree-vrp Common Report Var(flag_tree_vrp) Init(0) |