mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr90395.c
blobeba8750eff9f10e2da7aeb3280b6545256187e25
1 /* { dg-do compile } */
2 /* { dg-additional-options "-fexceptions -fnon-call-exceptions" } */
4 typedef int v16si __attribute__ ((__vector_size__ (64)));
6 void
7 rl (int uq)
9 v16si qw[1];
11 qw[uq] = (v16si) { uq };