[pushed] LoongArch: testsuite: Remove XFAIL in vect-ftint-no-inexact.c

Message ID 20231212184436.64547-1-xry111@xry111.site
State Committed
Commit f4d8ab192d8c9f540cf19a0906d68a0f52fdef60
Headers
Series [pushed] LoongArch: testsuite: Remove XFAIL in vect-ftint-no-inexact.c |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm warning Patch is already merged
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 warning Patch is already merged

Commit Message

Xi Ruoyao Dec. 12, 2023, 6:43 p.m. UTC
  After r14-6455 this no longer fails.

gcc/testsuite/ChangeLog:

	* gcc.target/loongarch/vect-ftint-no-inexact.c (xfail): Remove.
---

Tested on loongarch64-linux-gnu.  Pushed as obvious.

 gcc/testsuite/gcc.target/loongarch/vect-ftint-no-inexact.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
  

Patch

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 83d268099ac..61918beef5c 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\\)" } } */