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
2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr32773.c
blob
19a90195ad39f4efb94d6c42af30bb5fab4fc37e
1
/* { dg-do compile } */
2
/* { dg-options "-O -fprofile-use -fopt-info" } */
3
/* { dg-options "-O -m4 -fprofile-use -fopt-info" { target sh-*-* } } */
4
5
void
foo
(
int
*
p
)
6
{
7
if
(
p
)
8
*
p
=
0
;
9
}
/* { dg-message "note: \[^\n\]*execution counts estimated" } */