[Bug other/79991] New: typo in params.def, PARAM_VECT_MAX_PEELING_FOR_ALIGNMENT
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Fri Mar 10 18:40:00 GMT 2017
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.
More information about the Gcc-bugs
mailing list