https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108813
--- Comment #2 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:3be550e35e1c67327d3724380632512872224178 commit r13-6540-g3be550e35e1c67327d3724380632512872224178 Author: Kewen Lin <li...@linux.ibm.com> Date: Wed Mar 8 00:56:32 2023 -0600 testsuite: Adjust pr101384-2.c for Power9 [PR108813] Compiled with cpu type Power9 or later, GCC generates xxspltib rather than vspltis*, so adjust the test case scanning content accordingly. PR testsuite/108813 gcc/testsuite/ChangeLog: * gcc.target/powerpc/pr101384-2.c: Adjust with xxspltib.