https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105147
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Segher Boessenkool <seg...@gcc.gnu.org>: https://gcc.gnu.org/g:c65d15d40738f3691ff1a39907a4b93e9fe5c5ae commit r12-8025-gc65d15d40738f3691ff1a39907a4b93e9fe5c5ae Author: Segher Boessenkool <seg...@kernel.crashing.org> Date: Wed Apr 6 15:22:24 2022 +0000 rs6000/testsuite: Skip pr105140.c This test fails with error "AltiVec argument passed to unprototyped function", but the code (in rs6000.c:invalid_arg_for_unprototyped_fn, from 2005) actually tests for any vector type argument. It also does not fail on Darwin, not reflected here though. 2022-04-06 Segher Boessenkool <seg...@kernel.crashing.org> gcc/testsuite/ PR target/105147 * gcc.dg/pr105140.c: Skip for powerpc*-*-*.