diff options
author | Martin Liska <mliska@suse.cz> | 2018-11-05 08:33:58 +0100 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2018-11-05 07:33:58 +0000 |
commit | ac27459299b143bcd3998193530b8b69f682e778 (patch) | |
tree | 4445bdb294a0d0ea4226e1e6884b63e42a05c763 | |
parent | c3210c96bc56fec2653206e49c4a2514a8c7535f (diff) | |
download | gcc-ac27459299b143bcd3998193530b8b69f682e778.zip gcc-ac27459299b143bcd3998193530b8b69f682e778.tar.gz gcc-ac27459299b143bcd3998193530b8b69f682e778.tar.bz2 |
Remove options that are not disabled with -Os (PR web/87829).
2018-11-05 Martin Liska <mliska@suse.cz>
PR web/87829
* doc/invoke.texi: Remove options that are
not disabled with -Os.
From-SVN: r265786
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b163e69..80c897a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 2018-11-05 Martin Liska <mliska@suse.cz> + PR web/87829 + * doc/invoke.texi: Remove options that are + not disabled with -Os. + +2018-11-05 Martin Liska <mliska@suse.cz> + PR c/87811 * doc/extend.texi: Update constrain about the last argument of __builtin_expect_with_probability. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 1743c64..a2df35b 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -7974,8 +7974,7 @@ optimizations designed to reduce code size. @option{-Os} disables the following optimization flags: @gccoptlist{-falign-functions -falign-jumps -falign-loops @gol --falign-labels -freorder-blocks -freorder-blocks-algorithm=stc @gol --freorder-blocks-and-partition -fprefetch-loop-arrays} +-falign-labels -fprefetch-loop-arrays} @item -Ofast @opindex Ofast |