On Fri, 25 Jan 2019 at 06:40, Jakub Jelinek <ja...@redhat.com> wrote: > > On Wed, Jan 23, 2019 at 11:41:55PM +0000, Joseph Myers wrote: > > On Wed, 23 Jan 2019, Martin Sebor wrote: > > > > > Ping: https://gcc.gnu.org/ml/gcc-patches/2019-01/msg00969.html > > > > This patch is OK. > > Note, the testcase FAILs on i686-linux: > +FAIL: gcc.dg/Wbuiltin-declaration-mismatch-7.c (test for warnings, line 20) > size_t is unsigned int there I believe. > On aarch64: /gcc/testsuite/gcc.dg/Wbuiltin-declaration-mismatch-7.c:16:5: warning: conflicting types for built-in function 'vfprintf'; expected 'int(void *, const char *, __va_list)' [-Wbuiltin-declaration-mismatch] /gcc/testsuite/gcc.dg/Wbuiltin-declaration-mismatch-7.c:24:5: warning: conflicting types for built-in function 'vfscanf'; expected 'int(void *, const char *, __va_list)' [-Wbuiltin-declaration-mismatch]
Both errors are also present on arm, as well as: FAIL: gcc.dg/Wbuiltin-declaration-mismatch-7.c (test for warnings, line 20) (for lack of warning apparently) > Jakub