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

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

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