> diff --git a/gcc/testsuite/gcc.target/i386/shift-gf2p8affine-2.c
> b/gcc/testsuite/gcc.target/i386/shift-gf2p8affine-2.c
> --- a/gcc/testsuite/gcc.target/i386/shift-gf2p8affine-2.c
> +++ b/gcc/testsuite/gcc.target/i386/shift-gf2p8affine-2.c
> @@ -1,5 +1,6 @@
> /* { dg-do run } */
> /* { dg-options "-mgfni -mavx512vl -mavx512bw -mavx512f -O3
> -Wno-shift-count-negative -march=x86-64 -mtune=generic" } */
> +/* { dg-skip-if "Assembler support missing" { *-*-solaris2.* && { ! gas } }
> } */
It seems it would be better to introduce some generic equivalent of
dg-effective-target for compile only tests instead of all these special
cases.
-Andi