aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/i386/mvc3.c
blob: f14fc02694c435d99b827a9e22dd8a4734294026 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile } */
/* { dg-require-ifunc "" } */

__attribute__((target_clones("avx","arch=slm","arch=core-avx2")))
int foo (); /* { dg-error "'default' target was not set" } */

int
bar ()
{
  return foo();
}