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
* ru.po: Update.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
opt
/
pr48273.C
blob
340e3a101942ec24ba21078a66c830644b26bdd4
1
// { dg-do compile { target i?86-*-* x86_64-*-* } }
2
// { dg-options "-fschedule-insns2 -fsel-sched-pipelining -fselective-scheduling2 -funroll-all-loops -march=core2" }
3
4
void bar ();
5
6
void foo ()
7
{
8
for (;;)
9
bar ();
10
}