On Mon, Aug 03, 2020 at 01:26:34PM +0200, Andreas Schwab wrote: > On Jul 31 2020, Richard Sandiford wrote: > > > * gcc.dg/pr96377-1.c: New test. > > * gcc.dg/pr96377-2.c: Likewise. > > Excess errors: > /daten/gcc/gcc-20200801/gcc/testsuite/gcc.dg/pr96377-2.c:11:1: warning: GCC > vector passed by reference: non-standard ABI extension with no compatibility > guarantee [-Wpsabi] > > Excess errors: > /daten/gcc/gcc-20200801/gcc/testsuite/gcc.dg/pr96377-2.c:11:1: warning: GCC > vector passed by reference: non-standard ABI extension with no compatibility > guarantee [-Wpsabi]
Usually we add -Wno-psabi -w to dg-options for such tests. Jakub