summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/ifunc-12.c
blob: 76d42cb2c072821a69d96974aee644c80fc45a9b (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do compile } */

void
__attribute__ ((ifunc))
foo (int, int)
{ 
}

/* { dg-error "control reaches end of indirect function" ""  { target *-*-* } 7 } */