* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 950613-1.c
blob595f9efd8b48cc5ecdc6cc285bfbae8995ae8382
1 /* { dg-require-effective-target label_values } */
2 /* { dg-require-effective-target indirect_jumps } */
4 f ()
6 long *sp;
7 long *pc;
9 static void *dummy[] =
11 &&L1,
12 &&L2,
15 L1:
17 float val;
18 val = *(float *) sp;
19 val = -val;
20 *(float *) sp = val;
21 goto *pc++;
24 L2:
26 float from;
27 *(long long *) sp = from;
28 goto *pc++;