1 /* { dg-do compile } */ 2 /* { dg-options "-O2 -fdump-rtl-expand" } */ 3 4 #ifdef __mips 5 __attribute__((nomips16)) 6 #endif 7 void f1(char * p)8 f1 (char *p) 9 { 10 __builtin_memcpy (p, "12345", 5); 11 } 12 13 /* { dg-final { scan-rtl-dump "mem/u.*mem/u" "expand" { target mips*-*-* } } } */ 14