public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-10066] s390: testsuite: Remove xfail for vpopct{b,h}
@ 2024-04-22  7:02 Stefan Schulze Frielinghaus
  0 siblings, 0 replies; only message in thread
From: Stefan Schulze Frielinghaus @ 2024-04-22  7:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:16aea8c584ea2784a4f5a39352f867506d3441f6

commit r14-10066-g16aea8c584ea2784a4f5a39352f867506d3441f6
Author: Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Date:   Mon Apr 15 15:28:43 2024 +0200

    s390: testsuite: Remove xfail for vpopct{b,h}
    
    Starting with r14-9316-g7890836de20912 patterns for vpopct{b,h} are also
    detected.  Thus, remove xfails.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/s390/vxe/popcount-1.c: Remove xfail.

Diff:
---
 gcc/testsuite/gcc.target/s390/vxe/popcount-1.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/testsuite/gcc.target/s390/vxe/popcount-1.c b/gcc/testsuite/gcc.target/s390/vxe/popcount-1.c
index 9ea835a1cf0..25ef354f963 100644
--- a/gcc/testsuite/gcc.target/s390/vxe/popcount-1.c
+++ b/gcc/testsuite/gcc.target/s390/vxe/popcount-1.c
@@ -21,7 +21,7 @@ vpopctb (uv16qi a)
 
   return r;
 }
-/* { dg-final { scan-assembler "vpopctb\t%v24,%v24" { xfail *-*-* } } } */
+/* { dg-final { scan-assembler "vpopctb\t%v24,%v24" } } */
 
 uv8hi __attribute__((noinline))
 vpopcth (uv8hi a)
@@ -34,7 +34,7 @@ vpopcth (uv8hi a)
 
   return r;
 }
-/* { dg-final { scan-assembler "vpopcth\t%v24,%v24" { xfail *-*-* } } } */
+/* { dg-final { scan-assembler "vpopcth\t%v24,%v24" } } */
 
 uv4si __attribute__((noinline))
 vpopctf (uv4si a)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-04-22  7:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-22  7:02 [gcc r14-10066] s390: testsuite: Remove xfail for vpopct{b,h} Stefan Schulze Frielinghaus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).