Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.c-torture / compile / 20040614-1.c
blobd99d2789664036b2ee082bea31207cbdda0ffcc4
1 #ifndef NO_LABEL_VALUES
2 void f(int r1, int *fp)
3 {
4 void *hlbl_tbl[] = { &&label1 };
5 goto *hlbl_tbl[r1];
6 *fp = 0;
7 label0:
8 fp += 8;
9 label1:
10 *fp = 0;
11 if (r1)
12 goto label2;
13 if (r1)
14 goto label0;
15 label2:
18 #else
19 int x;
20 #endif