repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pr26570.c
blob
999b240e43ba43120e1745bfa52e526d47100910
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-warning "execution counts estimated" } */