mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / 20110713-1.c
blobaa446af596f8c1eb8f72f7a20357f78064d726ec
1 /* { dg-do compile } */
2 /* { dg-require-effective-target ilp32 } */
4 void *
5 test (unsigned long long x, unsigned long long y)
7 return (void *) (unsigned int) (x / y);