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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr55153.c
blob
215090cc42360cd6e45d45c30c8f2ebf251e2d85
1
/* PR tree-optimization/55153 */
2
/* { dg-do compile } */
3
/* { dg-options "-O -fsched2-use-superblocks -fschedule-insns2" } */
4
/* { dg-require-effective-target scheduling } */
5
6
extern
int
a
[];
7
8
void
9
foo
(
void
)
10
{
11
__builtin_prefetch
(
a
,
0
,
0
);
12
}