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
* gcc.dg/torture/stackalign/builtin-apply-2.c: Fix skip-if syntax.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
tree-prof
/
pr52150.c
blob
accdb4a4ce0218315dcbcfaa043cd62c165a910f
1
/* PR gcov-profile/52150 */
2
/* { dg-options "-O0" } */
3
4
void
foo
()
__asm__
(
"bar"
);
5
6
void
7
foo
()
8
{
9
}
10
11
int
12
main
()
13
{
14
foo
();
15
return
0
;
16
}