aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/compile/pr30984.c
blob: befe977149a64635a5aa872abd1d0e08160584bd (plain)
1
2
3
4
5
6
7
8
9
/* { dg-require-effective-target indirect_jumps } */

int fs_exec(int ino)
{
 void *src = 0;
 if (ino)
   src = (void*)0xe000;
 goto *src;
}