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

Roland Illig <roland.illig at gmx dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |roland.illig at gmx dot de

--- Comment #6 from Roland Illig <roland.illig at gmx dot de> ---
Also in gimple-ssa-sprintf.c:

    inform (callloc,
            (min == 1
             ? G_("%qE output %wu byte")
             : G_("%qE output %wu bytes")),
            info.func, min);

    inform (callloc,
            (min == 1
             ? G_("%qE output %wu byte into a destination of size %wu")
             : G_("%qE output %wu bytes into a destination of size "
                  "%wu")),
            info.func, min, info.objsize);

Reply via email to