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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #14 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Thomas Koenig from comment #8)
> a.c:18:6: warning: writing 1 byte into a region of size 0
> $ LANG=de_DE.UTF-8  gcc -O2 -S a.c
> a.c:18:6: Warnung: Schreiben von 140075679154576 Byte in eine Region der

That's due to the missing %G in some translation such as at:
 msgid "%Gwriting between %wu and %wu bytes into a region of size %wu"
 msgstr "Schreiben von %wu bis %wu Bytes in eine Region der Größe %wu"

I reported it to the translators of the de.po file.

Reply via email to