Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / memcpy-4.c
blob4c726f0ad74df1a46054a59f7615894eb06e50a3
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*-*-* } } } */