mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr89091.c
blob98967245e890ff93be2a536ed0e39a3cb0039ec5
1 /* PR middle-end/89091 */
2 /* { dg-do compile { target int128 } } */
4 struct S { unsigned __int128 s : 65; };
6 int
7 foo (struct S *x, int y)
9 return y && x->s;