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
PR middle-end/27945
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr26570.c
blob
5f67c00738961e3afe83c6dad46bef5497b04206
1
/* { dg-do compile } */
2
/* { dg-options "-O2 -fprofile-generate -fprofile-use" } */
3
4
unsigned
test
(
unsigned
a
,
unsigned
b
)
5
{
6
return
a
/
b
;
7
}
/* { dg-message "note: \[^\n\]*execution counts estimated" } */
8
9
/* { dg-final { cleanup-coverage-files } } */