summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/torture/ifunc-14.c
blob: 0954118bc6fae298921fa0d553fc95c3752afd64 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-Wall -Wextra" } */

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

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