aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pr44674.c
blob: c71b49ea5f6e7ee901d582a16f26b20a79079a83 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* { 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);
}