https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108810
--- 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:4bcdc362e90a07977f85d79c82fd7dcd20d80ac9 commit r13-6539-g4bcdc362e90a07977f85d79c82fd7dcd20d80ac9 Author: Kewen Lin <li...@linux.ibm.com> Date: Wed Mar 8 00:56:31 2023 -0600 testsuite: Adjust fold-vec-extract-double.p9.c for powerpc BE [PR108810] On BE, the extracted index for the leftmost element is 0 rather than 1, adjust the test case accordingly. PR testsuite/108810 gcc/testsuite/ChangeLog: * gcc.target/powerpc/fold-vec-extract-double.p9.c (testd_cst): Adjust the extracted index for BE.