blob: cf8188925bd64f7b0420419559f3aa46f8b0d7dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* { dg-do run } */
/* { dg-options "-finline-stringops=memcpy -save-temps -g0 -fno-lto" } */
/* { dg-additional-options "-DRUN_FRACTION=11" { target simulator } } */
/* { dg-require-effective-target ptr32plus } */
/* { dg-timeout-factor 2 } */
#include "../memcmp-1.c"
/* Yeah, this memcmp test exercises plenty of memcpy, more than any of the
memcpy tests. */
/* { dg-final { scan-assembler-not {\mmemcpy\M} } } */
|