aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/mvc12.c
blob: f42ae8080e67d47e87db1db61bfba8911f499918 (plain)
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();
}