]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
s390: testsuite: Remove xfail for vpopct{b,h}
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Mon, 15 Apr 2024 13:28:43 +0000 (15:28 +0200)
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>
Mon, 22 Apr 2024 07:02:05 +0000 (09:02 +0200)
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.

gcc/testsuite/gcc.target/s390/vxe/popcount-1.c

index 9ea835a1cf0703ff29281f49419b39cc72f2430e..25ef354f963f4c17a5807e0089c88674bfd37c9a 100644 (file)
@@ -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)