https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118989
Bug ID: 118989
Summary: Missing explanation for
switch-lower-slow-alg-max-cases
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
params.opt says:
> -param=switch-lower-slow-alg-max-cases=
> Maximum number of cases for slow switch lowering algorithms to be used.
As the German translator, I don't understand the intention or purpose of this
switch, so I looked it up and found:
invoke.texi says:
> Maximum number of cases for slow switch lowering algorithms to be used.
That's redundant. Plus, it's too short for the user's manual, as the user's
manual should use complete sentences including articles, further explaining the
optimization parameter.