Am 21.08.2019 um 19:11 schrieb Eli Zaretskii: >> Date: Wed, 21 Aug 2019 18:58:34 +0300 >> From: Eli Zaretskii <[email protected]> >> Cc: [email protected], [email protected] >> >> My GCC version is 8.2.0. >> >> Also, did your compilation use -O2 (that should be the default, >> AFAIU)? I think these warnings mostly require the optimization pass >> to be emitted. >> >> One other thought is to disable builtin strncat, and see if that >> matters. > > Yet another factor might be that mine was a 32-bit build.
I reproduced on 64-bit MinGW under MSYS2, GCC-9.2, I would assume that doesn't make the difference. I believe there is a lager chance that this actually depends on the C Standard library in use.
