[Bug translation/93759] New: Invalid % in param
roland.illig at gmx dot de
gcc-bugzilla@gcc.gnu.org
Sat Feb 15 09:59:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93759
Bug ID: 93759
Summary: Invalid % in param
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: translation
Assignee: unassigned at gcc dot gnu.org
Reporter: roland.illig at gmx dot de
Target Milestone: ---
From params.opt:
> Set the estimated probability in percentage for builtin expect. The default value is 90% probability.
This message is marked as c-format, which is wrong. If it were c-format, the %
would have to be written as %%.
More information about the Gcc-bugs
mailing list