Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 950613-1.c
blob8aa757f476cc2c104ac14f8959b3acebd12ebc14
1 #ifndef NO_LABEL_VALUES
2 f ()
4 long *sp;
5 long *pc;
7 static void *dummy[] =
9 &&L1,
10 &&L2,
13 L1:
15 float val;
16 val = *(float *) sp;
17 val = -val;
18 *(float *) sp = val;
19 goto *pc++;
22 L2:
24 float from;
25 *(long long *) sp = from;
26 goto *pc++;
29 #else
30 int x;
31 #endif