https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79991
Bug ID: 79991
Summary: typo in params.def,
PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT
Product: gcc
Version: 7.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: ---
from params.def:
DEFPARAM(PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT,
"vect-max-peeling-for-alignment",
"Max number of loop peels to enhancement alignment of data references
in a loop.",
-1, -1, 64)
As the German translator, I could not make sense of "enhancement alignment",
therefore I decided this was a typo and interpreted it as "enhance alignment".
If I'm correct, it should be fixed.