diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/avx10_1-21.c')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/avx10_1-21.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/testsuite/gcc.target/i386/avx10_1-21.c b/gcc/testsuite/gcc.target/i386/avx10_1-21.c deleted file mode 100644 index 2ae437e..0000000 --- a/gcc/testsuite/gcc.target/i386/avx10_1-21.c +++ /dev/null @@ -1,8 +0,0 @@ -/* { dg-do compile } */ -/* { dg-options "-march=x86-64 -mavx10.1-256 -mevex512 -Wno-psabi" } */ -/* { dg-warning "Using '-mevex512' without any AVX512 features enabled together with AVX10.1 only will not enable any AVX512 or AVX10.1-512 features, using 256 as max vector size" "" { target *-*-* } 0 } */ -/* { dg-warning "'-mavx10.1' is aliased to 512 bit since GCC14.3 and GCC15.1 while '-mavx10.1-256' and '-mavx10.1-512' will be deprecated in GCC 16 due to all machines 512 bit vector size supported" "" { target *-*-* } 0 } */ -/* { dg-warning "'-mevex512' will be deprecated in GCC 16 due to all machines 512 bit vector size supported" "" { target *-*-* } 0 } */ -/* { dg-final { scan-assembler-not "%zmm" } } */ - -#include "avx10_1-2.c" |