2 // { dg-additional-options "-msse2" { target sse2_runtime } }
3 // { dg-additional-options "-mavx" { target avx_runtime } }
5 extern "C" void abort ();
6 __UINTPTR_TYPE__ arr[1027];
8 __attribute__((noinline, noclone)) void
12 #pragma omp simd private (v) safelen(16)
13 for (i = 0; i < 1027; i++)
14 arr[i] = (__UINTPTR_TYPE__) &v;
21 __UINTPTR_TYPE__ arr2[16];
23 for (i = 0; i < 1027; i++)
25 for (j = 0; j < cnt; j++)
26 if (arr[i] == arr2[j])