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
2015-09-24 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr56117.c
blob
24220481562fd4df08439630181fc36a4c3e26c6
1
/* PR rtl-optimization/56117 */
2
/* { dg-do compile } */
3
/* { dg-options "-O2 -fsched2-use-superblocks" } */
4
5
void
6
foo
(
void
*
p
)
7
{
8
__builtin_prefetch
(
p
);
9
}