Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr95133.c
blob5e233595edbcfbdba2a784c1cbf6e65db3e17fd6
1 /* { dg-do compile } */
2 /* { dg-options "-O3" } */
3 /* { dg-require-effective-target label_values } */
5 extern int a[16];
6 void f (int *ip, int x)
8 int *xp = a;
9 for (int i=0; i<8; ++i)
11 base: if (x) return;
13 *xp++ = *ip;
14 goto *(&&base + *ip);