(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
memcpy-4.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -fdump-rtl-expand" } */
       3  
       4  #ifdef __mips
       5  __attribute__((nomips16))
       6  #endif
       7  void
       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*-*-* } } } */