1 2 3 4 5 6 7 8 9 10 11
/* { dg-do compile } */ /* { dg-require-ifunc "" } */ __attribute__((target_clones("","arch=slm","arch=core-avx2", "default"))) int foo (); /* { dg-error "an empty string cannot be in .target_clones. attribute" } */ int bar () { return foo(); }