blob: 4c726f0ad74df1a46054a59f7615894eb06e50a3 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-rtl-expand" } */
#ifdef __mips
__attribute__((nomips16))
#endif
void
f1 (char *p)
{
__builtin_memcpy (p, "12345", 5);
}
/* { dg-final { scan-rtl-dump "mem/u.*mem/u" "expand" { target mips*-*-* } } } */