mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr56150.c
blob6de1115a240c833b61810eba19fdf60f034d1c52
1 /* { dg-do compile } */
3 struct {
4 int f4;
5 } g1;
7 long g2;
9 volatile long g3;
11 void func_1 ()
13 if (g2)
14 g1 = g1;
15 else
16 g3;