]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove options that are not disabled with -Os (PR web/87829).
authorMartin Liska <mliska@suse.cz>
Mon, 5 Nov 2018 07:33:58 +0000 (08:33 +0100)
committerMartin Liska <marxin@gcc.gnu.org>
Mon, 5 Nov 2018 07:33:58 +0000 (07:33 +0000)
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

gcc/ChangeLog
gcc/doc/invoke.texi

index b163e69da891583d5ea1af3c1f412739286fcd49..80c897a916449976dfd276ef8ec2483e06cd503e 100644 (file)
@@ -1,3 +1,9 @@
+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
index 1743c64582e90896dc3841833ed3e0c873f8fd0c..a2df35b5edee8259c5a70b096149e8c9eb4dda59 100644 (file)
@@ -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