https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105266
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Kewen Lin <li...@gcc.gnu.org>: https://gcc.gnu.org/g:021b51814d67bedd8f41ac07edfd05654140c6e5 commit r12-8184-g021b51814d67bedd8f41ac07edfd05654140c6e5 Author: Kewen Lin <li...@linux.ibm.com> Date: Sun Apr 17 21:34:51 2022 -0500 testsuite: Skip pr105250.c for powerpc and s390 [PR105266] This test case pr105250.c is like its related pr105140.c, which suffers the error with message like "{AltiVec,vector} argument passed to unprototyped" on powerpc and s390. So like commits r12-8025 and r12-8039, this fix is to add the dg-skip-if for powerpc*-*-* and s390*-*-*. gcc/testsuite/ChangeLog: PR testsuite/105266 * gcc.dg/pr105250.c: Skip for powerpc*-*-* and s390*-*-*.