https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107171
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Surya Kumari Jangala <jskum...@gcc.gnu.org>: https://gcc.gnu.org/g:7ca912b46e0eb45ebefeb0eda4c28afe1513d272 commit r13-3805-g7ca912b46e0eb45ebefeb0eda4c28afe1513d272 Author: Surya Kumari Jangala <jskum...@linux.ibm.com> Date: Thu Oct 13 09:18:15 2022 -0500 testsuite: Fix failure in test pr105586.c [PR107171] The test pr105586.c fails on a big endian system when run in 32bit mode. The failure occurs as the test case does not guard against unsupported __int128. 2022-10-13 Surya Kumari Jangala <jskum...@linux.ibm.com> gcc/testsuite/ PR testsuite/107171 * gcc.target/powerpc/pr105586.c: Guard against unsupported __int128.