diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2019-01-09 08:25:14 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2019-01-09 08:25:14 +0000 |
commit | 0ac6a741dda62dbc1c19738aa7dd21d8efc996f5 (patch) | |
tree | 3d85acd5a232504e1b84059f09c0edd44c61580d /gcc | |
parent | cb87fec331527152729a2511ff6d0d68f16bd6fb (diff) | |
download | gcc-0ac6a741dda62dbc1c19738aa7dd21d8efc996f5.zip gcc-0ac6a741dda62dbc1c19738aa7dd21d8efc996f5.tar.gz gcc-0ac6a741dda62dbc1c19738aa7dd21d8efc996f5.tar.bz2 |
invoke.texi (-Os): Remove trailing spaces.
* doc/invoke.texi (-Os): Remove trailing spaces.
(-finline-functions): Remove reference to -O2.
From-SVN: r267753
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 10f8e13..29759ad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-01-09 Eric Botcazou <ebotcazou@adacore.com> + + * doc/invoke.texi (-Os): Remove trailing spaces. + (-finline-functions): Remove reference to -O2. + 2019-01-08 Jakub Jelinek <jakub@redhat.com> PR rtl-optimization/79593 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index e5c6341..f716431 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8248,7 +8248,7 @@ except those that often increase code size: It also enables @option{-finline-functions}, causes the compiler to tune for code size rather than execution speed, and performs further optimizations -designed to reduce code size. +designed to reduce code size. @item -Ofast @opindex Ofast @@ -8396,7 +8396,7 @@ If all calls to a given function are integrated, and the function is declared @code{static}, then the function is normally not output as assembler code in its own right. -Enabled at levels @option{-O2}, @option{-O3}, @option{-Os}. Also enabled +Enabled at levels @option{-O3}, @option{-Os}. Also enabled by @option{-fprofile-use} and @option{-fauto-profile}. @item -finline-functions-called-once |