]> git.ipfire.org Git - thirdparty/gcc.git/commit
testsuite: Fix failure in test pr105586.c [PR107171]
authorSurya Kumari Jangala <jskumari@linux.ibm.com>
Thu, 13 Oct 2022 14:18:15 +0000 (09:18 -0500)
committerSurya Kumari Jangala <jskumari@linux.ibm.com>
Tue, 8 Nov 2022 12:32:19 +0000 (06:32 -0600)
commit7ca912b46e0eb45ebefeb0eda4c28afe1513d272
tree2b1749f831f3fc50c28b53dea38607e15b954c35
parent970dcd567449ec510477a043bbff70a0b960bd7f
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  <jskumari@linux.ibm.com>

gcc/testsuite/
PR testsuite/107171
* gcc.target/powerpc/pr105586.c: Guard against unsupported
__int128.
gcc/testsuite/gcc.target/powerpc/pr105586.c