From: Xi Ruoyao Date: Tue, 12 Dec 2023 18:39:35 +0000 (+0800) Subject: LoongArch: testsuite: Remove XFAIL in vect-ftint-no-inexact.c X-Git-Tag: basepoints/gcc-15~3675 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4d8ab192d8c9f540cf19a0906d68a0f52fdef60;p=thirdparty%2Fgcc.git LoongArch: testsuite: Remove XFAIL in vect-ftint-no-inexact.c After r14-6455 this no longer fails. gcc/testsuite/ChangeLog: * gcc.target/loongarch/vect-ftint-no-inexact.c (xfail): Remove. --- diff --git a/gcc/testsuite/gcc.target/loongarch/vect-ftint-no-inexact.c b/gcc/testsuite/gcc.target/loongarch/vect-ftint-no-inexact.c index 83d268099ac9..61918beef5c6 100644 --- a/gcc/testsuite/gcc.target/loongarch/vect-ftint-no-inexact.c +++ b/gcc/testsuite/gcc.target/loongarch/vect-ftint-no-inexact.c @@ -39,6 +39,5 @@ /* { dg-final { scan-assembler-not "\txvftintrne\.w\.s" } } */ /* { dg-final { scan-assembler-not "\txvftintrne\.l\.d" } } */ -/* trunc: XFAIL due to PR 107723 */ -/* { dg-final { scan-assembler "bl\t%plt\\(trunc\\)" { xfail *-*-* } } } */ +/* { dg-final { scan-assembler "bl\t%plt\\(trunc\\)" } } */ /* { dg-final { scan-assembler "bl\t%plt\\(truncf\\)" } } */