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

--- Comment #10 from Roland Illig <roland.illig at gmx dot de> ---
>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.

Reply via email to