[Bug testsuite/107171] New test case gcc.target/powerpc/pr105586.c fails after its introduction in r13-2525-gbec35caafae8db
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 8 12:35:54 GMT 2022
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
<jskumari@gcc.gnu.org>:
https://gcc.gnu.org/g:7ca912b46e0eb45ebefeb0eda4c28afe1513d272
commit r13-3805-g7ca912b46e0eb45ebefeb0eda4c28afe1513d272
Author: Surya Kumari Jangala <jskumari@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 <jskumari@linux.ibm.com>
gcc/testsuite/
PR testsuite/107171
* gcc.target/powerpc/pr105586.c: Guard against unsupported
__int128.
More information about the Gcc-bugs
mailing list