[Bug translation/84207] New: Hard coded plural in gimple-fold.c
fmarchal at perso dot be
gcc-bugzilla@gcc.gnu.org
Mon Feb 5 05:37:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84207
Bug ID: 84207
Summary: Hard coded plural in gimple-fold.c
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: translation
Assignee: unassigned at gcc dot gnu.org
Reporter: fmarchal at perso dot be
Target Milestone: ---
In gimple-fold.c, size_one_node is used to build a hard coded plural rule such
as in
https://github.com/gcc-mirror/gcc/blob/de590a611e701935c4b3a73e78ec69c2bdfa58a1/gcc/gimple-fold.c#L1698
The rule to pluralize a word must be left to the translator.
More information about the Gcc-bugs
mailing list