mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr113205.c
blobedfba7fcd0e77e58fbbd203532df51399e2b557b
1 char a;
2 char *b, *c;
3 int d, e, f, g, h;
4 int *i;
6 void
7 foo (void)
9 unsigned p;
10 d = i[0];
11 e = i[1];
12 f = i[2];
13 g = i[3];
14 p = d * b[0];
15 p += f * c[h];
16 p += e * b[h];
17 p += g * c[h];
18 a = (p + 8000) >> (__SIZEOF_INT__ * __CHAR_BIT__ / 2);