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
Daily bump.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
fork-instrumentation.c
blob
aedb9ee797ec9093b28d44767204f1c8d8246637
1
/* { dg-do compile } */
2
/* { dg-options "-O0 -fprofile-generate" } */
3
/* { dg-require-profiling "-fprofile-generate" } */
4
5
int
fork
(
void
);
6
int
7
t
()
8
{
9
fork
();
10
}
11
/* { dg-final { scan-assembler "gcov_fork" } } */