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

msebor at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Feb 8 23:01:00 GMT 2017


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

--- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> ---
I see, thanks for the pointer.  Looks like warning_n() is used in
gcc/ipa-devirt.c and error_n() in gcc/cp/pt.c.  gimple-ssa-sprintf.c contains
between 7 and 23 instances of these "%wu byte" vs "%wu bytes" forms so it will
be a fun exercise to fix.


More information about the Gcc-bugs mailing list