Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr55116-1.c
bloba2e2acd858a7f857ce66407b6a1f72b8a54a2f83
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);