summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/torture/ifunc-7.C
blob: f105aefffd6cb1c47b995bf308cde3d80a1bf1f6 (plain)
1
2
3
4
5
/* { dg-do compile } */

static int __attribute__ ((ifunc)) foo (int);

/* { dg-error "indirect function .int foo.int.. never defined" ""  { target *-*-* } 3 } */