mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr64083.c
blob3c3e5a6087a52a6db8abba28ae37070508dfe7d9
1 /* { dg-do compile } */
3 int a, b;
4 void
5 fn1 ()
7 int c = 0;
8 while (b)
10 switch (c)
11 case 1:
12 fn1 ();
13 if (a)
14 c = 1;
15 b = 0;