mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr79244.c
blob3f983c042a72be06031a38efeb22223d5787e713
1 /* { dg-do compile } */
2 /* { dg-require-effective-target nonlocal_goto } */
4 long buf[5];
5 int bar (void);
7 int
8 foo (int x)
10 int y = __builtin_setjmp (buf);
11 while (x != 3 && x && x && x != 2)
12 x = bar ();
13 return y;