(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr99744-7.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O -mno-avx -Wno-psabi" } */
       3  
       4  #include <x86intrin.h>
       5  
       6  void
       7  foo (__m256 *x)
       8  {
       9    x[0] = _mm256_sub_ps (x[1], x[2]);
      10  }
      11  
      12  /* { dg-error "target specific option mismatch" "" { target *-*-* } 0 } */