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.

Reply via email to