repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr55116-1.c
blob
a2e2acd858a7f857ce66407b6a1f72b8a54a2f83
1
/* { dg-do compile { target { ! ia32 } } } */
2
/* { dg-options "-O2 -mx32 -maddress-mode=long" } */
3
4
int
glob_int_arr
[
100
];
5
int
glob_int
=
4
;
6
7
void
8
expr_global
(
void
)
9
{
10
__builtin_prefetch
(
glob_int_arr
+
glob_int
,
0
,
0
);
11
}