mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr96548.c
bloba0547427d29cd15cfa6246ca36acee35c922f68b
1 /* { dg-do compile } */
3 int c9, d3;
5 void
6 sg (int *rs, int f2)
8 for (;;)
10 if (*rs < 1)
11 __builtin_unreachable ();
13 for (c9 = 0; c9 < 1; ++c9)
14 while (f2 < 1)
15 ++c9;
17 if (d3)
18 c9 += !!f2 ? 0 : d3;