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
/
predict-loop-exit-3.C
blob
35c768ff0318d30646dcbbfa6cf881619c47de29
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-profile_estimate" } */
3
4
int g;
5
int foo();
6
void test() {
7
while (foo() && (g < 10 || g > 20))
8
g++;
9
return;
10
}
11
12
/* { dg-final { scan-tree-dump-times "loop exit heuristics:" 3 "profile_estimate"} } */