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
/
profile-dir-3.c
blob
6b47807d8503538de2389cdd3d8cb014b5f607c8
1
/* { dg-do compile } */
2
/* { dg-require-profiling "-fprofile-generate" } */
3
/* { dg-options "-O -fprofile-generate -fprofile-dir=. -fdump-ipa-cgraph" } */
4
/* { dg-final { scan-ipa-dump " ./profile-dir-3.gcda" "cgraph" } } */
5
6
int
7
main
(
void
)
8
{
9
return
0
;
10
}
11