PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / mvc3.c
blob1c7755fabbe69e91ea5beac33342fcaac24fc35d
1 /* { dg-do compile } */
2 /* { dg-require-ifunc "" } */
4 __attribute__((target_clones("avx","arch=slm","arch=core-avx2")))
5 int foo (); /* { dg-error "default target was not set" } */
7 int
8 bar ()
10 return foo();