Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr44686.c
blob: e1e7501c2b4760a587dd65b7097357e573affffb [
file
] [
log
] [
blame
]
/* { dg-require-profiling "-fprofile-generate" } */
/* { dg-options "-fipa-pta -fprofile-generate" } */
void
*
memcpy
(
void
*
a
,
const
void
*
b
,
__SIZE_TYPE__ len
)
{
if
(
a
==
b
)
__builtin_abort
();
}