Commit aa58883c by Matthias Klose Committed by Matthias Klose

invoke.texi: Fix typo and speling error.

2005-10-02  Matthias Klose  <doko@debian.org>

        * doc/invoke.texi: Fix typo and speling error.

From-SVN: r104868
parent e7dbb3ee
2005-10-02 Matthias Klose <doko@debian.org>
* doc/invoke.texi: Fix typo and speling error.
2005-10-01 Richard Henderson <rth@redhat.com> 2005-10-01 Richard Henderson <rth@redhat.com>
* tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too. * tree-stdarg.c (execute_optimize_stdarg): Process PHI nodes too.
......
...@@ -2608,7 +2608,7 @@ This warning is enabled by @option{-Wall}. ...@@ -2608,7 +2608,7 @@ This warning is enabled by @option{-Wall}.
@item -Wunused-function @item -Wunused-function
@opindex Wunused-function @opindex Wunused-function
Warn whenever a static function is declared but not defined or a Warn whenever a static function is declared but not defined or a
non\-inline static function is unused. non-inline static function is unused.
This warning is enabled by @option{-Wall}. This warning is enabled by @option{-Wall}.
@item -Wunused-label @item -Wunused-label
...@@ -12625,7 +12625,7 @@ multiplication operations. ...@@ -12625,7 +12625,7 @@ multiplication operations.
This option instructs the compiler to assume that signed arithmetic This option instructs the compiler to assume that signed arithmetic
overflow of addition, subtraction and multiplication wraps around overflow of addition, subtraction and multiplication wraps around
using twos-complement representation. This flag enables some optimizations using twos-complement representation. This flag enables some optimizations
and disables other. This option is enabled by default for the Java and disables others. This option is enabled by default for the Java
front-end, as required by the Java language specification. front-end, as required by the Java language specification.
@item -fexceptions @item -fexceptions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment