AVR: target/84211 - Add a post reload register optimization pass.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / inline-mem-cpy-1.c
blobcf8188925bd64f7b0420419559f3aa46f8b0d7dc
1 /* { dg-do run } */
2 /* { dg-options "-finline-stringops=memcpy -save-temps -g0 -fno-lto" } */
3 /* { dg-additional-options "-DRUN_FRACTION=11" { target simulator } } */
4 /* { dg-require-effective-target ptr32plus } */
5 /* { dg-timeout-factor 2 } */
7 #include "../memcmp-1.c"
8 /* Yeah, this memcmp test exercises plenty of memcpy, more than any of the
9 memcpy tests. */
11 /* { dg-final { scan-assembler-not {\mmemcpy\M} } } */