aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2024-04-15 15:28:43 +0200
committerStefan Schulze Frielinghaus <stefansf@linux.ibm.com>2024-04-22 09:02:05 +0200
commit16aea8c584ea2784a4f5a39352f867506d3441f6 (patch)
treeab8c367f7935e474f13370e7db11b109555d6fc4
parentc7506847c020ad34eff248ab715eae238b9d1ed3 (diff)
downloadgcc-16aea8c584ea2784a4f5a39352f867506d3441f6.zip
gcc-16aea8c584ea2784a4f5a39352f867506d3441f6.tar.gz
gcc-16aea8c584ea2784a4f5a39352f867506d3441f6.tar.bz2
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.
-rw-r--r--gcc/testsuite/gcc.target/s390/vxe/popcount-1.c4
1 files 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 9ea835a..25ef354 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)