On Mon, 24 Sep 2018, Martin Li¨ka wrote: > As mentioned in the PR we miss defaults for quite some param option. > I agreed with Richi that easiest way how to fix that would be to remove > that from documentation and use rather --help=param. It's done in the > patch. And here is a little follow-up patch after that, ahem, little while... Pushed. Gerald gcc/ChangeLog: * doc/invoke.texi (Optimize Options): Reword the explanation getting minimal, maximal and default values of a parameter. --- gcc/doc/invoke.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 6def1fd631e..7b308cd3c31 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14678,8 +14678,8 @@ The names of specific parameters, and the meaning of the values, are tied to the internals of the compiler, and are subject to change without notice in future releases. -In order to get minimal, maximal and default value of a parameter, -one can use @option{--help=param -Q} options. +In order to get the minimal, maximal and default values of a parameter, +use the @option{--help=param -Q} options. In each case, the @var{value} is an integer. The following choices of @var{name} are recognized for all targets: -- 2.39.1