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
In gcc/testsuite/: 2011-03-04 Nicola Pero <nicola.pero@meta-innovation.com>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
instrument-1.c
blob
1e2d8acc6677a2fa225316f85e0befa43bf7f453
1
/* { dg-do compile } */
2
/* { dg-options "-finstrument-functions" } */
3
4
void
fn
() { }
5
6
/* { dg-final { scan-assembler "__cyg_profile_func_enter" } } */
7
/* { dg-final { scan-assembler "__cyg_profile_func_exit" } } */