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

--- Comment #2 from Martin Sebor <msebor at gcc dot gnu.org> ---
My checker found a few of these in an x86_64 build too:

gcc/c-family/c-format.c:394:50: warning: ‘args’ is not a word; use ‘arguments’
instead [-Wformat-diag]
gcc/c-family/c-format.c:5148:11: warning: ‘args’ is not a word; use ‘arguments’
instead [-Wformat-diag]
gcc/builtins.c:10227:56: warning: ‘args’ is not a word; use ‘arguments’ instead
[-Wformat-diag]
gcc/regcprop.c:1246:44: warning: ‘reg’ is not a word; use ‘register’ instead
[-Wformat-diag]
gcc/reg-stack.c:572:36: warning: ‘regs’ is not a word; use ‘registers’ instead
[-Wformat-diag]
gcc/reg-stack.c:612:27: warning: ‘regs’ is not a word; use ‘registers’ instead
[-Wformat-diag]
gcc/reg-stack.c:629:25: warning: ‘regs’ is not a word; use ‘registers’ instead
[-Wformat-diag]
gcc/gcc.c:6141:44: warning: ‘args’ is not a word; use ‘arguments’ instead
[-Wformat-diag]

Reply via email to