PR rtl-optimization/87918
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / mvc12.c
blobf42ae8080e67d47e87db1db61bfba8911f499918
1 /* { dg-do compile } */
2 /* { dg-require-ifunc "" } */
4 __attribute__((target_clones("","arch=slm","arch=core-avx2", "default")))
5 int foo (); /* { dg-error "an empty string cannot be in .target_clones. attribute" } */
7 int
8 bar ()
10 return foo();