testsuite: i386: Require avx512vpopcntdq in two tests
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 8 Dec 2020 12:40:45 +0000 (13:40 +0100)
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Tue, 8 Dec 2020 12:40:45 +0000 (13:40 +0100)
Two recent AVX512 tests FAIL on Solaris/x86 with /bin/as:

FAIL: gcc.target/i386/avx512vpopcntdq-pr97770-2.c (test for excess errors)

Excess errors:
Assembler: avx512vpopcntdq-pr97770-2.c
        "/var/tmp//ccM4Gt1a.s", line 171 : Illegal mnemonic
        Near line: "    vpopcntd        (%eax), %zmm0"
        "/var/tmp//ccM4Gt1a.s", line 171 : Syntax error
        Near line: "    vpopcntd        (%eax), %zmm0"

FAIL: gcc.target/i386/avx512vpopcntdqvl-pr97770-1.c (test for excess errors)

similarly.

Fixed as follows.

Tested on i386-pc-solaris2.11 with as and gas and x86_64-pc-linux-gnu.

2020-12-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

gcc/testsuite:
* gcc.target/i386/avx512vpopcntdq-pr97770-2.c: Require
avx512vpopcntdq support.
* gcc.target/i386/avx512vpopcntdqvl-pr97770-1.c: Require
avx512vpopcntdq, avx512vl support.

gcc/testsuite/gcc.target/i386/avx512vpopcntdq-pr97770-2.c
gcc/testsuite/gcc.target/i386/avx512vpopcntdqvl-pr97770-1.c

index 339dc29023bcf511893ee13624766878d8569b1f..f9d0578f03eae6df30236f49649db95e4b83958f 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-O2 -mavx512vpopcntdq" } */
+/* { dg-require-effective-target avx512vpopcntdq } */
 
 #define AVX512VPOPCNTDQ
 
index 7a34f152d0151bf9010f1005a3c4596d655df625..df4c23c6690550f47c61749900ae4dba73603d7e 100644 (file)
@@ -1,5 +1,7 @@
 /* { dg-do run } */
 /* { dg-options "-O3 -mavx512vpopcntdq -mavx512vl" } */
+/* { dg-require-effective-target avx512vpopcntdq } */
+/* { dg-require-effective-target avx512vl } */
 
 #define AVX512VL
 #define AVX512F_LEN 256