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

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

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