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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr44674.c
blob
c71b49ea5f6e7ee901d582a16f26b20a79079a83
1
/* { dg-do compile } */
2
/* { dg-options "-O -fprofile-generate" } */
3
/* { dg-require-profiling "-fprofile-generate" } */
4
5
void
6
jumpfunc
(
void
*
p
)
7
{
8
void
*
l
= &&
jumplabel
;
9
jumplabel
:
10
__builtin_memcpy
(
p
,
l
,
1
);
11
}