https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108728
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by HaoChen Gui <guih...@gcc.gnu.org>: https://gcc.gnu.org/g:6afa7d31a0e8865e17b317ada5cc5014b5d07da3 commit r14-133-g6afa7d31a0e8865e17b317ada5cc5014b5d07da3 Author: Haochen Gui <guih...@gcc.gnu.org> Date: Fri Apr 21 16:42:31 2023 +0800 rs6000: xfail float128 comparison test case that fails on powerpc64. This patch xfails a float128 comparison test case on powerpc64 that fails due to a longstanding issue with floating-point compares. See PR58684 for more information. When float128 hardware is enabled (-mfloat128-hardware), xscmpuqp is generated for comparison which is unexpected. When float128 software emulation is enabled (-mno-float128-hardware), we still have to xfail the hardware version (__lekf2_hw) which finally generates xscmpuqp. gcc/testsuite/ PR target/108728 * gcc.dg/torture/float128-cmp-invalid.c: Add xfail.