https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104897

            Bug ID: 104897
           Summary: wrong plural form in diagnostic
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Keywords: diagnostic
          Severity: normal
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: roland.illig at gmx dot de
                CC: egallager at gcc dot gnu.org, rsandifo at gcc dot gnu.org
  Target Milestone: ---
            Target: aarch64

>From aarch64-sve-builtins.cc:
> error_at (location, "passing single vector %qT to argument %d"
>           " of %qE, which expects a tuple of %d vectors",
>           actual, argno + 1, fndecl, num_vectors);
"%d vectors" must use the correct plural form, for the benefit of Polish,
Russian, Arabic and several more.

=> Richard Sandiford's string (https://gcc.gnu.org/g:624d0f07)

"%d vectors" appears twice in this file.

Reply via email to