[committed] [RISC-V] Drop dead round_32 test
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 931013-2.c
blob8c78fdef7e30f1594954c4b10a9da24273a19ea9
1 /* { dg-additional-options "-std=gnu89" } */
3 f (unsigned short Z[48])
5 int j;
6 unsigned short t1, t2, t3, T[48];
7 unsigned short *p = T + 48;
9 for (j = 1; j < 8; j++)
11 t1 = *Z++;
12 *--p = *Z++;
13 *--p = t1;
14 t1 = inv(*Z++);
15 t2 = -*Z++;
16 t3 = -*Z++;
17 *--p = inv(*Z++);
18 *--p = t2;
19 *--p = t3;
20 *--p = t1;