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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
predict-15.c
blob
2a8c3ea85971ffcfb11796775c695b94271685c1
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fdump-tree-profile_estimate" } */
3
4
int
main
(
int
argc
,
char
**
argv
)
5
{
6
if
(
argc
==
123
)
7
goto
exit
;
8
else
9
{
10
return
0
;
11
}
12
13
exit
:
14
return
1
;
15
}
16
17
/* { dg-final { scan-tree-dump "goto heuristics of edge" "profile_estimate"} } */