diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-12-13 02:39:35 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-12-13 02:42:18 +0800 |
commit | f4d8ab192d8c9f540cf19a0906d68a0f52fdef60 (patch) | |
tree | db1fac4ea3418b5571f304f1c790b3b3a89e27d1 /gcc | |
parent | 6cc3231b9e72c55c93827232420031a050e4dbe2 (diff) | |
download | gcc-f4d8ab192d8c9f540cf19a0906d68a0f52fdef60.zip gcc-f4d8ab192d8c9f540cf19a0906d68a0f52fdef60.tar.gz gcc-f4d8ab192d8c9f540cf19a0906d68a0f52fdef60.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.target/loongarch/vect-ftint-no-inexact.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 83d2680..61918be 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\\)" } } */ |