https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105147
--- Comment #10 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-10 branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:b3157b03a8b83445e6ce48c9d9c6a6b614937691 commit r10-10769-gb3157b03a8b83445e6ce48c9d9c6a6b614937691 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*-*-*. (cherry picked from commit c65d15d40738f3691ff1a39907a4b93e9fe5c5ae)