1 /* PR middle-end/84723 */
2 /* { dg-do compile } */
3 /* { dg-require-ifunc } */
4 /* { dg-options "-O2" } */
5 
6 __attribute__((target_clones ("avx", "default")))
7 __attribute__((noipa))
8 void
foo(void)9 foo (void)	/* { dg-error "clones for .target_clones. attribute cannot be created" } */
10 {		/* { dg-message "function .foo. can never be copied because it has .noclone. attribute" "" { target *-*-* } .-1 } */
11 }
12