On 11/2/18 2:03 AM, Martin Liška wrote:
> Hi.
>
> I would like to remove options that are not disabled with -Os:
> -freorder-blocks and -freorder-blocks-and-partition.
> The option -freorder-blocks-and-partition is enabled on x86_64,
> thus I would not name it under -Os option. And
> -freorder-blocks-algorithm=algorithm chooses a different algorithm,
> then disabling such option does not make sense.
>
> Ready for trunk?
> Martin
>
> gcc/ChangeLog:
>
> 2018-11-02 Martin Liska <mli...@suse.cz>
>
> PR web/87829
> * doc/invoke.texi: Remove options that are
> not disabled with -Os.
> ---
> gcc/doc/invoke.texi | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
>
OK
jeff