* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr55116-1.c
blobde272445aa2d7f592d12b4ee7be2a8e8e317ef2e
1 /* { dg-do compile { target { ! { ia32 } } } } */
2 /* { dg-options "-O2 -mx32 -maddress-mode=long" } */
4 int glob_int_arr[100];
5 int glob_int = 4;
7 void
8 expr_global (void)
10 __builtin_prefetch (glob_int_arr + glob_int, 0, 0);