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/testsuite/
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr44686.c
blob
e1e7501c2b4760a587dd65b7097357e573affffb
1
/* { dg-require-profiling "-fprofile-generate" } */
2
/* { dg-options "-fipa-pta -fprofile-generate" } */
3
void
*
4
memcpy
(
void
*
a
,
const void
*
b
,
__SIZE_TYPE__ len
)
5
{
6
if
(
a
==
b
)
7
__builtin_abort
();
8
}