[testsuite] [ppc] ipa-sra-19.c: pass -Wno-psabi on powerpc-*-elf as well

Like other ppc targets, powerpc-*-elf needs -Wno-psabi to compile
gcc.dg/ipa/ipa-sra-19.c without an undesired warning about vector
argument passing.


for  gcc/testsuite/ChangeLog

	* gcc.dg/ipa/ipa-sra-19.c: Add -Wno-psabi on ppc-elf too.
This commit is contained in:
Alexandre Oliva 2025-04-16 19:30:48 -03:00 committed by Alexandre Oliva
parent 47561e459e
commit 7b9d8d4315

View file

@ -1,7 +1,7 @@
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-additional-options "-msse2" { target ia32 } } */
/* { dg-additional-options "-Wno-psabi" { target powerpc-ibm-aix* powerpc-wrs-vxworks* } } */
/* { dg-additional-options "-Wno-psabi" { target powerpc-ibm-aix* powerpc-wrs-vxworks* powerpc-*-elf } } */
typedef int __attribute__((__vector_size__(16))) vectype;