From: Stefan Schulze Frielinghaus Date: Mon, 15 Apr 2024 13:28:43 +0000 (+0200) Subject: s390: testsuite: Remove xfail for vpopct{b,h} X-Git-Tag: basepoints/gcc-15~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16aea8c584ea2784a4f5a39352f867506d3441f6;p=thirdparty%2Fgcc.git 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 --git a/gcc/testsuite/gcc.target/s390/vxe/popcount-1.c b/gcc/testsuite/gcc.target/s390/vxe/popcount-1.c index 9ea835a1cf07..25ef354f963f 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)