aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr55116-1.c
blob: de272445aa2d7f592d12b4ee7be2a8e8e317ef2e (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-options "-O2 -mx32 -maddress-mode=long" } */

int glob_int_arr[100];
int glob_int = 4;

void
expr_global (void)
{
  __builtin_prefetch (glob_int_arr + glob_int, 0, 0);
}