[Bug translation/79183] Hard coded plurals in gimple-ssa-sprintf.c:2050

jsm28 at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 8 22:38:00 GMT 2017


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

Joseph S. Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |NEW
   Last reconfirmed|                            |2017-02-08
         Resolution|INVALID                     |---
     Ever confirmed|0                           |1

--- Comment #3 from Joseph S. Myers <jsm28 at gcc dot gnu.org> ---
Messages involving plurals need to go through ngettext (via warning_n etc.
functions) because some languages have more than just singular and plural forms
(e.g. separate forms to use when n = 2 from n > 2).


More information about the Gcc-bugs mailing list