diff options
author | Thomas Preud'homme <thomas.preudhomme@arm.com> | 2015-11-17 01:56:17 +0000 |
---|---|---|
committer | Sandra Loosemore <sandra@gcc.gnu.org> | 2015-11-16 20:56:17 -0500 |
commit | 10db83d85ab3544c41bc49c0d3f81f68f48fdf23 (patch) | |
tree | a4a5b30ca9d0fd40c533deb7b7b21b21b5504995 | |
parent | 7145c4b7c59921d0ebce3578c3bd11e85ecebaa5 (diff) | |
download | gcc-10db83d85ab3544c41bc49c0d3f81f68f48fdf23.zip gcc-10db83d85ab3544c41bc49c0d3f81f68f48fdf23.tar.gz gcc-10db83d85ab3544c41bc49c0d3f81f68f48fdf23.tar.bz2 |
re PR other/56036 (Wrong indentation in multiple -O options explaination)
2015-11-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
PR 56036
* doc/invoke.texi (Optimize Options): Move @end table to the right
place.
From-SVN: r230452
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c792703..43e2b58 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2015-11-16 Thomas Preud'homme <thomas.preudhomme@arm.com> + + PR 56036 + * doc/invoke.texi (Optimize Options): Move @end table to the right + place. + 2015-11-16 Sandra Loosemore <sandra@codesourcery.com> PR 65129 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 150fbd1..9ecdf26 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7867,10 +7867,10 @@ that do not interfere with debugging. It should be the optimization level of choice for the standard edit-compile-debug cycle, offering a reasonable level of optimization while maintaining fast compilation and a good debugging experience. +@end table If you use multiple @option{-O} options, with or without level numbers, the last such option is the one that is effective. -@end table Options of the form @option{-f@var{flag}} specify machine-independent flags. Most flags have both positive and negative forms; the negative |