Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr44674.c
2023-03-06 14:48:14 +01:00

11 lines
216 B
C

/* { dg-do compile } */
/* { dg-options "-O -fprofile-generate" } */
/* { dg-require-profiling "-fprofile-generate" } */
void
jumpfunc (void *p)
{
void *l = &&jumplabel;
jumplabel:
__builtin_memcpy (p, l, 1);
}