blob: 00113d7e796ddee376b1f0039982c45da870e6a7 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-tailc" } */
void
set_integer (void *dest, int value, int length)
{
int tmp = value;
__builtin_memcpy (dest, (void *) &tmp, length);
}
/* { dg-final { scan-tree-dump-not "tail call" "tailc" } } */