blob: 01f8d9e945a36bac2e25bbe0021ecdae2011fa3e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -march=i686 -fstack-clash-protection" } */
/* { dg-require-effective-target ia32 } */
void
f (void *p1, void *p2)
{
__builtin_memcpy (p1, p2, 1000);
}