aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/invoke.texi3
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