On Wed, Oct 02, 2019 at 09:29:22PM +0200, Andreas Schwab wrote: > FAIL: gcc.dg/ipa/ipa-sra-19.c (test for excess errors) > Excess errors: > /daten/gcc/gcc-20191001/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c:19:3: error: > AltiVec argument passed to unprototyped function > /daten/gcc/gcc-20191001/gcc/testsuite/gcc.dg/ipa/ipa-sra-19.c:17:12: warning: > GCC vector returned by reference: non-standard ABI extension with no > compatibility guarantee [-Wpsabi]
Yeah. Many tests add -Wno-psabi to shut these up; is that good here? Segher