Merged revisions 208012,208018-208019,208021,208023-208030,208033,208037,208040-20804...
[official-gcc.git] / main / gcc / testsuite / gcc.dg / memcpy-4.c
blobcff477a981e3f1893e508f477fa68310d3aa1f78
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fdump-rtl-expand" } */
4 #ifdef __mips
5 __attribute__((nomips16))
6 #endif
7 void
8 f1 (char *p)
10 __builtin_memcpy (p, "12345", 5);
13 /* { dg-final { scan-rtl-dump "mem/u.*mem/u" "expand" { target mips*-*-* } } } */
14 /* { dg-final { cleanup-rtl-dump "expand" } } */